ClientCredentialInfo.Username Property
Gets or sets the user name property in the CredentialFields collection. This property is used to expedite processing.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string Username { get; set; }
public:
property String^ Username {
String^ get();
void set(String^ value);
}
member Username : string with get, set
Public Property Username As String
Property Value
Type: System.String
The user name property in the CredentialFields collection.
See Also
ClientCredentialInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top