Proprietà ISql90Certificate.PrivateKeyFile

Ottiene o imposta il percorso del file che contiene la chiave privata.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property PrivateKeyFile As String
    Get
    Set
string PrivateKeyFile { get; set; }
property String^ PrivateKeyFile {
    String^ get ();
    void set (String^ value);
}
abstract PrivateKeyFile : string with get, set
function get PrivateKeyFile () : String
function set PrivateKeyFile (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Certificate Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel