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