Click or drag to resize

DefaultAuthenticationProviderPasswordToKey Method

Converts password to key.

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

Parameters

password  Byte
engineId  Byte

Return Value

Byte

Implements

IAuthenticationProviderPasswordToKey(Byte, Byte)
See Also