- index
- Index of the key to be used for mutual authentication. Possible values for this index are between 1 and 8, inclusive.
| Visual Basic (Declaration) | |
|---|---|
Public Sub SetIsclIndexForMutualAuthentication( _ ByVal index As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomNet Dim index As Integer instance.SetIsclIndexForMutualAuthentication(index) | |
Parameters
- index
- Index of the key to be used for mutual authentication. Possible values for this index are between 1 and 8, inclusive.
For an example, refer to SetIsclMutualAuthenticationAlgorithm.
This method sets the actual key used for mutual authentication operations, based on an index from 1 to 8.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
DicomNet ClassDicomNet Members
SetIsclMutualAuthenticationKey Method
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method
Copy Code