Table of Contents

Class User

Namespace
Lextm.SharpSnmpLib.Security
Assembly
SharpSnmpLib.dll

User class.

public sealed class User
Inheritance
User
Inherited Members

Constructors

User(OctetString, IPrivacyProvider)

Initializes a new instance of the User class.

public User(OctetString name, IPrivacyProvider privacy)

Parameters

name OctetString

The name.

privacy IPrivacyProvider

The privacy provider.

Properties

Name

Gets the name.

public OctetString Name { get; }

Property Value

OctetString

The name.

Privacy

Gets the privacy provider.

public IPrivacyProvider Privacy { get; }

Property Value

IPrivacyProvider

The provider.

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.