Click or drag to resize

UserRegistryAdd(OctetString, IPrivacyProvider) Method

Adds the specified user name.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public UserRegistry Add(
	OctetString userName,
	IPrivacyProvider privacy
)
View Source

Parameters

userName  OctetString
Name of the user.
privacy  IPrivacyProvider
The privacy provider.

Return Value

UserRegistry
See Also