The length of the encryption key

C# | Visual Basic | Visual C++ |
public enum EncryptionKeySize
Public Enumeration EncryptionKeySize
public enum class EncryptionKeySize

Member | Description |
---|---|
EncryptKey128Bit |
A 128 bit length.
|
EncryptKey40Bit |
A 40 bit length.
|