Authentication |
The AuthenticationResults type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Parse(Byte) | Parse the specified input buffer into a new instance of the AuthenticationResults class. | |
| Parse(Byte, Int32, Int32) | Parse the specified input buffer into a new instance of the AuthenticationResults class. | |
| ToString |
Serializes the AuthenticationMethodResult to a string.
(Overrides ObjectToString) | |
| TryParse(Byte, AuthenticationResults) | Try to parse the given input buffer into a new AuthenticationResults instance. | |
| TryParse(Byte, Int32, Int32, AuthenticationResults) | Try to parse the given input buffer into a new AuthenticationResults instance. |