SHA512AuthenticationProviderPasswordToKey Method |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public 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[]
Parameters
- password
- Type: SystemByte
- engineId
- Type: SystemByte
Return Value
Type:
ByteImplements
IAuthenticationProviderPasswordToKey(Byte, Byte)See Also