Get minimum encryption/decryption key length required by the protocol.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
int MinimumKeyLength { get; }
ReadOnly Property MinimumKeyLength As Integer
property int MinimumKeyLength {
	int get ();
}

See Also