|
IAuthenticationProviderPasswordToKey Method
|
Converts password to key.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxbyte[] PasswordToKey(
byte[] password,
byte[] engineId
)
Function PasswordToKey (
password As Byte(),
engineId As Byte()
) As Byte()
array<unsigned char>^ PasswordToKey(
array<unsigned char>^ password,
array<unsigned char>^ engineId
)
abstract PasswordToKey :
password : byte[] *
engineId : byte[] -> byte[]
function PasswordToKey(password, engineId);
View SourceParameters
- password Byte
- The password.
- engineId Byte
- The engine id.
Return Value
Byte
See Also