HttpListenerBasicIdentity.Password Property

Definition

Indicates the password from a basic authentication attempt.

public:
 virtual property System::String ^ Password { System::String ^ get(); };
public virtual string Password { get; }
member this.Password : string
Public Overridable ReadOnly Property Password As String

Property Value

A String that holds the password.

Applies to