CredentialsVerificationInfo.AccountStoreTypeDisplay Property

 

Gets or sets the display name of the AccountStore.AccountStoreType 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 AccountStoreTypeDisplay { get; set; }
public:
property String^ AccountStoreTypeDisplay {
    String^ get();
    void set(String^ value);
}
member AccountStoreTypeDisplay : string with get, set
Public Property AccountStoreTypeDisplay As String

Property Value

Type: System.String

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

See Also

CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top