- index
- Index into the array of authentication keys. This index is 1-based. Possible values for this index are between 1 and 8, inclusive.
- key
- A 64-bit integer, in Little Endian byte order, that represents an authentication key used during the mutual authentication process.
Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclMutualAuthenticationKey( _ ByVal index As Integer, _ ByVal key As Long _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- index
- Index into the array of authentication keys. This index is 1-based. Possible values for this index are between 1 and 8, inclusive.
- key
- A 64-bit integer, in Little Endian byte order, that represents an authentication key used during the mutual authentication process.
For an example, refer to DicomNet.SetIsclMutualAuthenticationAlgorithm.
One of eight mutual authentication keys can be used for authenticating a peer. For more
information, refer to Adding Security to a DICOM Connection
and the ISCL standard.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomNet ClassDicomNet Members
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method