Returns minimum encryption/decryption key length. For TripleDES, returned value is 32.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public int MinimumKeyLength { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MinimumKeyLength As Integer Get |
| Visual C++ |
|---|
public: virtual property int MinimumKeyLength { int get () sealed; } |
Implements
IPrivacyProtocol..::..MinimumKeyLength
Remarks
TripleDES protocol requires a 24 byte encryption key and additional 8 bytes are used for generating the
encryption IV.