Calculates and returns length of the buffer that is the result of the encryption method.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
int GetEncryptedLength(
	int scopedPduLength
)
Function GetEncryptedLength ( _
	scopedPduLength As Integer _
) As Integer
int GetEncryptedLength(
	int scopedPduLength
)

Parameters

scopedPduLength
Int32
Length of the buffer that is needs to be encrypted.

Return Value

Length of the encrypted byte array after the call to Encrypt method.

See Also