Class AES192PrivacyProvider
- Namespace
- Lextm.SharpSnmpLib.Security
- Assembly
- SharpSnmpLib.dll
Privacy provider for AES 192.
public sealed class AES192PrivacyProvider : AESPrivacyProviderBase, IPrivacyProvider
- Inheritance
-
AES192PrivacyProvider
- Implements
- Inherited Members
- Extension Methods
Remarks
This is an experimental port from SNMP#NET project. As AES is not part of SNMP RFC, this class is provided as it is. If you want other AES providers, you can port them from SNMP#NET in a similar manner.
Constructors
AES192PrivacyProvider(OctetString, IAuthenticationProvider)
Initializes a new instance of the AES192PrivacyProvider class.
public AES192PrivacyProvider(OctetString phrase, IAuthenticationProvider auth)
Parameters
phrase
OctetStringThe phrase.
auth
IAuthenticationProviderThe authentication provider.
Methods
ToString()
Returns a string that represents this object.
public override string ToString()