Sdílet prostřednictvím


ISql90AsymmetricKey.EncryptionPassword – vlastnost

Získá nebo nastaví heslo, které k zašifrování klíče.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90AsymmetricKey Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů