Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclDefaultEncryptionMode( _ ByVal encryptionMode As DicomIsclEncryptionMethodType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetIsclDefaultEncryptionMode( DicomIsclEncryptionMethodType encryptionMode ) |
Managed Extensions for C++ | |
---|---|
public: void SetIsclDefaultEncryptionMode( DicomIsclEncryptionMethodType encryptionMode ) |
C++/CLI | |
---|---|
public: void SetIsclDefaultEncryptionMode( DicomIsclEncryptionMethodType encryptionMode ) |
Parameters
- encryptionMode
- The encryption mode to set.
For an example, refer to SetIsclMutualAuthenticationAlgorithm.
This method may be called regardless of whether a connection has been established.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomNet ClassDicomNet Members
SetIsclDefaultSigningMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method