IProcessSecurityContext.Password Property

Definition

Gets or sets the password for the Microsoft Windows security account specified in the Login property.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Property Value

An empty string.

Remarks

You should use the SecurePassword property to set the Subscriber password. SecurePassword provides better security for the password while it exists in memory.

This property is only used when setting passwords. The actual password is never returned.

Applies to