Standard constructor.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public PrivacyAES(
	int keyBytes
)
Public Sub New ( _
	keyBytes As Integer _
)
public:
PrivacyAES(
	int keyBytes
)

Parameters

keyBytes
Int32
Key size in bytes. Acceptable values are 16 = 128-bit key size, 24 = 192-bit key size, or 32 = 256-bit key size.

See Also