CredentialsVerificationInfo.AccountStoreUriString Property
Gets or sets the Uri string 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 AccountStoreUriString { get; set; }
public:
property String^ AccountStoreUriString {
String^ get();
void set(String^ value);
}
member AccountStoreUriString : string with get, set
Public Property AccountStoreUriString As String
Property Value
Type: System.String
The Uri string of the account store that verified the user credentials.
See Also
CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top