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++ 
public int PrivacyParametersLength { get; }
Public ReadOnly Property PrivacyParametersLength As Integer
public:
virtual property int PrivacyParametersLength {
	int get () sealed;
}

Implements

IPrivacyProtocol..::.PrivacyParametersLength

See Also