Standard constructor.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public PrivacyAES( int keyBytes ) |
| Visual Basic |
|---|
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.