Partager via


ISql90Certificate.PrivateKeyEncryptionPassword, propriété

Obtient ou définit le mot de passe avec lequel chiffrer la clé privée pour le certificat.

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

Syntaxe

'Déclaration
Property PrivateKeyEncryptionPassword As String
    Get
    Set
string PrivateKeyEncryptionPassword { get; set; }
property String^ PrivateKeyEncryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract PrivateKeyEncryptionPassword : string with get, set
function get PrivateKeyEncryptionPassword () : String
function set PrivateKeyEncryptionPassword (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