Click or drag to resize

IAuthenticationProvider.PasswordToKey Method

Converts password to key.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.241-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