Partager via


CertificateStatementBase.PrivateKeyPath, propriété

Obtient ou définit le chemin d'accès facultatif à la clé privée.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property PrivateKeyPath As Literal
    Get
    Set
public Literal PrivateKeyPath { get; set; }
public:
property Literal^ PrivateKeyPath {
    Literal^ get ();
    void set (Literal^ value);
}
member PrivateKeyPath : Literal with get, set
function get PrivateKeyPath () : Literal
function set PrivateKeyPath (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sécurité .NET Framework

Voir aussi

Référence

CertificateStatementBase Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms