Partilhar via


Propriedade ISql90Certificate.PrivateKeyFile

Obtém ou define o caminho do arquivo que contém a chave particular.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Certificate Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel