Get final encrypted length
Namespace:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| | | | | | | | | |
| | C# | | | Visual Basic | | | Visual C++ | |
public int GetEncryptedLength(
int scopedPduLength
)
Public Function GetEncryptedLength ( _
scopedPduLength As Integer _
) As Integer
public:
virtual int GetEncryptedLength(
int scopedPduLength
) sealed
Parameters
- scopedPduLength
- Int32
BER encoded ScopedPdu data length
Return Value
Length of encrypted byte array
Implements
IPrivacyProtocol..::.GetEncryptedLength(Int32)
See Also