Freigeben über


ISql90AsymmetricKey.EncryptionPassword-Eigenschaft

Ruft das Kennwort für die Verschlüsselung des Schlüssels ab oder legt das Kennwort fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90AsymmetricKey Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace