Standard constructor.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public PrivacyAES( int keyBytes ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ keyBytes As Integer _ ) |
| Visual C++ |
|---|
public: PrivacyAES( int keyBytes ) |
Parameters
- keyBytes
- Type: System..::.Int32
Key size in bytes. Acceptable values are 16 = 128-bit key size, 24 = 192-bit key size, or 32 = 256-bit key size.