The AuthenticationMD5 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AuthenticationMD5 |
Standard constructor
|
Methods
| Name | Description | |
|---|---|---|
| authenticate |
Authenticate packet and return authentication parameters value to the caller
| |
| authenticateIncomingMsg |
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 |
Authenticate supplied message and return the hashed value
| |
| authenticateOutgoingMsg |
Authenticate message for sending.
| |
| ComputeHash |
Compute hash using authentication protocol.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PasswordToKey |
Convert user password to acceptable authentication key.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DigestLength |
Returns the size of the native algorithm. This value does not represent the size of the digest
that is stored inside the USM authentication parameters header but real length generated by it.
| |
| Name |
Return protocol name.
|