Sdílet prostřednictvím


CreateAsymmetricKeyStatement.EncryptionAlgorithm – vlastnost

Získá nebo nastaví šifrovací algoritmus použít.

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

Syntaxe

'Deklarace
Public Property EncryptionAlgorithm As EncryptionAlgorithm
    Get
    Set
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
public:
property EncryptionAlgorithm EncryptionAlgorithm {
    EncryptionAlgorithm get ();
    void set (EncryptionAlgorithm value);
}
member EncryptionAlgorithm : EncryptionAlgorithm with get, set
function get EncryptionAlgorithm () : EncryptionAlgorithm
function set EncryptionAlgorithm (value : EncryptionAlgorithm)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithm
Vrátí EncryptionAlgorithm hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateAsymmetricKeyStatement Třída

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