Authentication |
public class AuthenticationResults
The AuthenticationResults type exposes the following members.
Name | Description | |
---|---|---|
AuthenticationResults | Initialize a new instance of the AuthenticationResults class. |
Name | Description | |
---|---|---|
AuthenticationServiceIdentifier | Get the authentication service identifier. | |
Instance | Get or set the instance value. | |
Results | Get the list of authentication results. | |
Version | Get or set the Authentication-Results version. |
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. |