CredentialsVerificationInfo Class
Contains the detailed results of credentials verification. Details include information about the Account Store that verified or failed to verify the credentials, resulting success or failure codes, and other information that could be useful for a detailed audit.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.CredentialsVerificationInfo
Syntax
[SerializableAttribute]
public class CredentialsVerificationInfo
[SerializableAttribute]
public ref class CredentialsVerificationInfo
[<SerializableAttribute>]
type CredentialsVerificationInfo = class end
<SerializableAttribute>
Public Class CredentialsVerificationInfo
Constructors
Name | Description | |
---|---|---|
CredentialsVerificationInfo() | Initializes a new instance of the CredentialsVerificationInfo class. |
|
CredentialsVerificationInfo(AccountStore.AccountStoreType, String, String, String, UserValidationInfo) | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CredentialsVerificationInfo object based on the supplied parameter values. |
Properties
Name | Description | |
---|---|---|
AccountStoreDisplayName | Gets or sets the display name of the account store that verified the user credentials. |
|
AccountStoreType | Gets or sets the AccountStore.AccountStoreType of the account store that verified the user credentials. |
|
AccountStoreTypeDisplay | Gets or sets the display name of the AccountStore.AccountStoreType of the account store that verified the user credentials. |
|
AccountStoreUriString | Gets or sets the Uri string of the account store that verified the user credentials. |
|
UserValidationData | Gets or sets the user validation data for the account store that verified the user credentials. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a string representation of the CredentialsVerificationInfo object.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top