Propriedade EncryptionPayloadOption.AlgorithmPartTwo
Obtém ou define o algoritmo de preferência de segundo, se especificado.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithmPreference
Retorna um EncryptionAlgorithmPreference valor de enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.