Table of Contents

Class AESPrivacyProvider

Namespace
Lextm.SharpSnmpLib.Security
Assembly
SharpSnmpLib.dll

Privacy provider for AES 128.

public sealed class AESPrivacyProvider : AESPrivacyProviderBase, IPrivacyProvider
Inheritance
AESPrivacyProvider
Implements
Inherited Members
Extension Methods

Remarks

This is an experimental port from SNMP#NET project.

The algorithm is defined in https://datatracker.ietf.org/doc/html/rfc3826

Constructors

AESPrivacyProvider(OctetString, IAuthenticationProvider)

Initializes a new instance of the AESPrivacyProvider class.

public AESPrivacyProvider(OctetString phrase, IAuthenticationProvider auth)

Parameters

phrase OctetString

The phrase.

auth IAuthenticationProvider

The authentication provider.

Methods

ToString()

Returns a string that represents this object.

public override string ToString()

Returns

string