Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclEncryptionKey( _ ByVal index As Integer, _ ByVal key As Long _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- index
- Index into the array of encryption 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 encryption key.
For an example, refer to SetIsclMutualAuthenticationAlgorithm.
The index of the encryption key is sent with every message sent from the sender to the
receiver. Different encryption keys can be used for each message, as long as the keys of
the sender and the receiver match.
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
SetIsclEncryptionKeyIndex Method
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method