Share via


CredentialsVerificationInfo.AccountStoreDisplayName Property

 

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

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string AccountStoreDisplayName { get; set; }
public:
property String^ AccountStoreDisplayName {
    String^ get();
    void set(String^ value);
}
member AccountStoreDisplayName : string with get, set
Public Property AccountStoreDisplayName As String

Property Value

Type: System.String

The display name of the account store that verified the user credentials.

See Also

CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top