ClientCredentialInfo.AccountStoreUri Property
Gets or sets the Uri of the account store that contains the account. Setting this property expedites processing.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Uri AccountStoreUri { get; set; }
public:
property Uri^ AccountStoreUri {
Uri^ get();
void set(Uri^ value);
}
member AccountStoreUri : Uri with get, set
Public Property AccountStoreUri As Uri
Property Value
Type: System.Uri
This optional property is set to the Uri of the account store that should handle this credential. If this field is null, the Federation Server will try all account stores that support the credential type.
See Also
ClientCredentialInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top