Freigeben über


IPasswordChangeOption.EncryptionPassword-Eigenschaft

Ruft ein optionales Kennwort zur Verschlüsselung eines privaten Schlüssels ab bzw. legt es fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Property EncryptionPassword As Literal
    Get
    Set
Literal EncryptionPassword { get; set; }
property Literal^ EncryptionPassword {
    Literal^ get ();
    void set (Literal^ value);
}
abstract EncryptionPassword : Literal with get, set
function get EncryptionPassword () : Literal
function set EncryptionPassword (value : Literal)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IPasswordChangeOption Schnittstelle

Microsoft.Data.Schema.ScriptDom.Sql-Namespace