Click or drag to resize

MD5AuthenticationProviderPasswordToKey Method

Passwords 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
The user password.
engineId  Byte
The engine ID.

Return Value

Byte

Implements

IAuthenticationProviderPasswordToKey(Byte, Byte)
See Also