Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IProcessSecurityContext.Password Property

Definition

Namespace:
Microsoft.SqlServer.Replication
Assembly:
Microsoft.SqlServer.Rmo.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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