DataSourceCredentials.EncryptedPassword Property

Definition

Gets or sets the encrypted password of the data source.

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

Property Value

The encrypted password of the data source.

Applies to