AESPrivacyProviderBase Constructor |
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxprotected AESPrivacyProviderBase(
int keyBytes,
OctetString phrase,
IAuthenticationProvider auth
)
Protected Sub New (
keyBytes As Integer,
phrase As OctetString,
auth As IAuthenticationProvider
)
Dim keyBytes As Integer
Dim phrase As OctetString
Dim auth As IAuthenticationProvider
Dim instance As New AESPrivacyProviderBase(keyBytes,
phrase, auth)
protected:
AESPrivacyProviderBase(
int keyBytes,
OctetString^ phrase,
IAuthenticationProvider^ auth
)
new :
keyBytes : int *
phrase : OctetString *
auth : IAuthenticationProvider -> AESPrivacyProviderBase
Parameters
- keyBytes Int32
- Key bytes.
- phrase OctetString
- The phrase.
- auth IAuthenticationProvider
- The authentication provider.
See Also