Get length of the privacy parameters byte array that is generated by the encryption method and used by the
decryption method.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public int PrivacyParametersLength { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PrivacyParametersLength As Integer Get |
| Visual C++ |
|---|
public: virtual property int PrivacyParametersLength { int get () sealed; } |