Click or drag to resize

AES192PrivacyProvider Constructor

Initializes a new instance of the AES192PrivacyProvider class.

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

Parameters

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