Partager via


ISql90Certificate.NewKeyEncryptionPassword, propriété

Obtient ou définit le mot de passe avec lequel chiffrer la nouvelle clé 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 NewKeyEncryptionPassword As String
    Get
    Set
string NewKeyEncryptionPassword { get; set; }
property String^ NewKeyEncryptionPassword {
    String^ get ();
    void set (String^ value);
}
abstract NewKeyEncryptionPassword : string with get, set
function get NewKeyEncryptionPassword () : String
function set NewKeyEncryptionPassword (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