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

Syntax

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

See Also