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
System_CAPS_pubmethod CredentialsVerificationInfo()

Initializes a new instance of the CredentialsVerificationInfo class.

System_CAPS_pubmethod 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
System_CAPS_pubproperty AccountStoreDisplayName

Gets or sets the display name of the account store that verified the user credentials.

System_CAPS_pubproperty AccountStoreType

Gets or sets the AccountStore.AccountStoreType of the account store that verified the user credentials.

System_CAPS_pubproperty AccountStoreTypeDisplay

Gets or sets the display name of the AccountStore.AccountStoreType of the account store that verified the user credentials.

System_CAPS_pubproperty AccountStoreUriString

Gets or sets the Uri string of the account store that verified the user credentials.

System_CAPS_pubproperty UserValidationData

Gets or sets the user validation data for the account store that verified the user credentials.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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