AESPrivacyProviderBase Constructor |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax protected AESPrivacyProviderBase(
int keyBytes,
OctetString phrase,
IAuthenticationProvider auth
)
Protected Sub New (
keyBytes As Integer,
phrase As OctetString,
auth As IAuthenticationProvider
)
protected:
AESPrivacyProviderBase(
int keyBytes,
OctetString^ phrase,
IAuthenticationProvider^ auth
)
new :
keyBytes : int *
phrase : OctetString *
auth : IAuthenticationProvider -> AESPrivacyProviderBase
Parameters
- keyBytes
- Type: SystemInt32
- phrase
- Type: Lextm.SharpSnmpLibOctetString
- auth
- Type: Lextm.SharpSnmpLib.SecurityIAuthenticationProvider
See Also