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.0.0 (0.5.0.0)

Syntax

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

Implements

IPrivacyProtocol..::.MinimumKeyLength

See Also