Returns minimum encryption/decryption key length. For DES, returned value is 16. DES protocol itself requires an 8 byte key. Additional 8 bytes are used for generating the encryption IV. For encryption itself, first 8 bytes of the key are used.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public int MinimumKeyLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinimumKeyLength As Integer
Visual C++
public:
virtual property int MinimumKeyLength {
	int get () sealed;
}

Implements

IPrivacyProtocol..::.MinimumKeyLength

See Also