The AuthenticationMD5 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>[]()[])
Authenticate packet and return authentication parameters value to the caller
authenticateIncomingMsg(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[], MutableByte)
Verifies correct MD5 authentication of the frame. Prior to calling this method, you have to extract authentication parameters from the wholeMessage and reset authenticationParameters field in the USM information block to 12 0x00 values.
authenticateMessage(array<Byte>[]()[], Int32, Int32)
Authenticate supplied message and return the hashed value
authenticateOutgoingMsg(array<Byte>[]()[], array<Byte>[]()[], MutableByte, Int32)
Authenticate message for sending.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
PasswordToKey(array<Byte>[]()[], array<Byte>[]()[])
Convert user password to acceptable authentication key.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also