Click or drag to resize

AESPrivacyProviderBase Constructor

Initializes a new instance of the AESPrivacyProviderBase class.

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

Parameters

keyBytes  Int32
Key bytes.
phrase  OctetString
The phrase.
auth  IAuthenticationProvider
The authentication provider.
See Also