C-DEngine 5.105

NetworkCredential..::..Password Property

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Password { get; set; }
Public Property Password As String
	Get
	Set
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the password for the user name associated with the credentials.