Get length of the privacy parameters byte array that is generated by the encryption method and used by the decryption method.

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

Syntax

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

See Also