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.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public int PrivacyParametersLength { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PrivacyParametersLength As Integer |
| Visual C++ |
|---|
public: virtual property int PrivacyParametersLength { int get () sealed; } |