Partager via


ISql90Certificate.PrivateKeyDecryptionPassword, propriété

Obtient ou définit le mot de passe nécessaire pour déchiffrer la clé privée.

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

Syntaxe

'Déclaration
Property PrivateKeyDecryptionPassword As String
    Get
    Set
string PrivateKeyDecryptionPassword { get; set; }
property String^ PrivateKeyDecryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract PrivateKeyDecryptionPassword : string with get, set
function get PrivateKeyDecryptionPassword () : String
function set PrivateKeyDecryptionPassword (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISql90Certificate Interface

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