Click or drag to resize

DESPrivacyProviderPasswordToKey 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[] secret,
	byte[] engineId
)
View Source

Parameters

secret  Byte
The secret.
engineId  Byte
The engine identifier.

Return Value

Byte

Implements

IPrivacyProviderPasswordToKey(Byte, Byte)
See Also