Partager via


CreateAsymmetricKeyStatement.Password, propriété

Obtient ou définit le mot de passe facultatif avec lequel chiffrer 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 Password As Literal
    Get
    Set
public Literal Password { get; set; }
public:
property Literal^ Password {
    Literal^ get ();
    void set (Literal^ value);
}
member Password : Literal with get, set
function get Password () : Literal
function set Password (value : Literal)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

CreateAsymmetricKeyStatement Classe

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