Sdílet prostřednictvím


EncryptionPayloadOption.AlgorithmPartTwo – vlastnost

Získá nebo nastaví druhý algoritmus předvoleb, pokud je zadán.

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 AlgorithmPartTwo As EncryptionAlgorithmPreference
    Get
    Set
public EncryptionAlgorithmPreference AlgorithmPartTwo { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartTwo {
    EncryptionAlgorithmPreference get ();
    void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartTwo : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartTwo () : EncryptionAlgorithmPreference
function set AlgorithmPartTwo (value : EncryptionAlgorithmPreference)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EncryptionPayloadOption Třída

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