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