- encryptionMode
- The encryption mode to set.
Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclDefaultEncryptionMode( _ ByVal encryptionMode As DicomIsclEncryptionMethodType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 DicomNet.SetIsclMutualAuthenticationAlgorithm.
This method may be called regardless of whether a connection has been established.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 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