Share via


Password Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the password for the user name associated with the credentials.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property Password As String
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)

Property Value

Type: System. . :: . .String
The password associated with the credentials. If this NetworkCredential instance was initialized with the password parameter set to nullNothingnullptrunita null reference (Nothing in Visual Basic), then the Password property will return an empty string.

.NET Framework Security

See Also

Reference

NetworkCredential Class

System.Net Namespace