The IAuthenticationDigest type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| authenticate(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[]) |
Authentication outgoing message
| |
| authenticateIncomingMsg(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[], MutableByte) |
Authenticate incoming messages
| |
| authenticateMessage(array<Byte>[]()[], Int32, Int32) |
Authenticate supplied message and return the hashed value
| |
| authenticateOutgoingMsg(array<Byte>[]()[], array<Byte>[]()[], MutableByte, Int32) |
Authenticate outgoing message.
| |
| PasswordToKey(array<Byte>[]()[], array<Byte>[]()[]) |
Convert password to a key
|