ClientCredentialInfo.CredentialFields Property
Gets a NameValueCollection object that contains all the credential information for this client.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public NameValueCollection CredentialFields { get; }
public:
property NameValueCollection^ CredentialFields {
NameValueCollection^ get();
}
member CredentialFields : NameValueCollection with get
Public ReadOnly Property CredentialFields As NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection
A NameValueCollection object that contains all the credential information for this client.
See Also
ClientCredentialInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top