ClientCredentialInfo Properties

 

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

Properties

Name Description
System_CAPS_pubproperty AccountStoreUri

Gets or sets the Uri of the account store that contains the account. Setting this property expedites processing.

System_CAPS_pubproperty AuthenticationMethodUri

Gets or sets the Uri of the authentication method to use.

System_CAPS_pubproperty CredentialFields

Gets a NameValueCollection object that contains all the credential information for this client.

System_CAPS_pubproperty Password

Gets or sets the password to the CredentialFields collection. This property is used to expedite processing.

System_CAPS_pubproperty Username

Gets or sets the user name property in the CredentialFields collection. This property is used to expedite processing.

See Also

ClientCredentialInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top