Condividi tramite


Proprietà EncryptionPayloadOption.AlgorithmPartTwo

Ottiene o imposta il secondo algoritmo della preferenza, se specificato.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithmPreference
Restituisce un valore di enumerazione EncryptionAlgorithmPreference.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EncryptionPayloadOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql