|
IPrivacyProviderPasswordToKey Method
|
Passwords to key.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax Function PasswordToKey (
secret As Byte(),
engineId As Byte()
) As Byte()
abstract PasswordToKey :
secret : byte[] *
engineId : byte[] -> byte[]
function PasswordToKey(secret, engineId);
View SourceParameters
- secret Byte
- The secret.
- engineId Byte
- The engine identifier.
Return Value
ByteSee Also