Click or drag to resize

IPrivacyProvider.PasswordToKey Method

Passwords to key.

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

Parameters

secret  Byte[]
The secret.
engineId  Byte[]
The engine identifier.

Return Value

Byte[]
See Also