Share via


DataConnection.EncryptedConnectionString Property

Definition

Retrieves or sets encrypted connection information in the form of a DPAPI-encrypted, provider-specific string.

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

Property Value

Returns encrypted connection information in the form of a DPAPI_encrypted, provider-specific string.

Applies to