Click or drag to resize

DefaultPrivacyProvider Constructor

Initializes a new instance of the DefaultPrivacyProvider class.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public DefaultPrivacyProvider(
	IAuthenticationProvider authentication
)
View Source

Parameters

authentication  IAuthenticationProvider
Authentication provider.
See Also