Click or drag to resize

AESPrivacyProviderBase.PasswordToKey Method

Passwords to key.

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

IPrivacyProvider.PasswordToKey(Byte[], Byte[])
See Also