Freigeben über


IPasswordChangeOption.DecryptionPassword-Eigenschaft

Ruft ein optionales Kennwort zur Entschlü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 DecryptionPassword As Literal
    Get
    Set
Literal DecryptionPassword { get; set; }
property Literal^ DecryptionPassword {
    Literal^ get ();
    void set (Literal^ value);
}
abstract DecryptionPassword : Literal with get, set
function get DecryptionPassword () : Literal
function set DecryptionPassword (value : Literal)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IPasswordChangeOption Schnittstelle

Microsoft.Data.Schema.ScriptDom.Sql-Namespace