Click or drag to resize

DESPrivacyProvider Constructor

Initializes a new instance of the DESPrivacyProvider class.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public DESPrivacyProvider(
	OctetString phrase,
	IAuthenticationProvider auth
)
View Source

Parameters

phrase  OctetString
The phrase.
auth  IAuthenticationProvider
The authentication provider.
See Also