The IAuthenticationDigest type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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

See Also