Compartir a través de


IVsDataConnection.EncryptedConnectionString (Propiedad)

Obtiene una versión cifrada de la cadena de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Property EncryptedConnectionString As String
string EncryptedConnectionString { get; set; }
property String^ EncryptedConnectionString {
    String^ get ();
    void set (String^ value);
}
abstract EncryptedConnectionString : string with get, set
function get EncryptedConnectionString () : String 
function set EncryptedConnectionString (value : String)

Valor de propiedad

Tipo: String
Un valor de String que representa la cadena de conexión en formato cifrado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataConnection Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)