Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password to 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 Password { get; set; }
public:
property String^ Password {
String^ get();
void set(String^ value);
}
member Password : string with get, set
Public Property Password As String
Property Value
Type: System.String
The password to the CredentialFields collection.
See Also
ClientCredentialInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top