|
SHA1AuthenticationProviderPasswordToKey Method
|
Passwords to key.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic byte[] PasswordToKey(
byte[] password,
byte[] engineId
)
Public Function PasswordToKey (
password As Byte(),
engineId As Byte()
) As Byte()
public:
virtual array<unsigned char>^ PasswordToKey(
array<unsigned char>^ password,
array<unsigned char>^ engineId
) sealed
abstract PasswordToKey :
password : byte[] *
engineId : byte[] -> byte[]
override PasswordToKey :
password : byte[] *
engineId : byte[] -> byte[]
function PasswordToKey(password, engineId);
View SourceParameters
- password Byte
- The user password.
- engineId Byte
- The engine ID.
Return Value
ByteImplements
IAuthenticationProviderPasswordToKey(Byte, Byte)
See Also