Click or drag to resize

IAuthenticationProviderPasswordToKey Method

Converts password to key.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
byte[] PasswordToKey(
	byte[] password,
	byte[] engineId
)
View Source

Parameters

password  Byte
The password.
engineId  Byte
The engine id.

Return Value

Byte
See Also