C#
Objective-C
C++
public enum DicomIsclEncryptionMethodType
typedef NS_ENUM(NSInteger, LTDicomIsclEncryptionMethodType) {
LTDicomIsclEncryptionMethodTypeNone = 0x00000000,
LTDicomIsclEncryptionMethodTypeDesCbc = 0x00001212,
};
public enum class DicomIsclEncryptionMethodType
Value | Member | Description |
---|---|---|
0 | None | The data is transmitted without encryption. |
4626 | DesCbc | The data is transmitted encrypted using the DES algorithm in cipher block chaining mode. |
For an example, refer to SetIsclMutualAuthenticationAlgorithm.