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

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

Syntax

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

See Also