Propriedade EncryptionPayloadOption.EncryptionSupport

Obtém ou define um valor que descreve como a criptografia é usada no processo.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property EncryptionSupport As EndpointEncryptionSupport
    Get
    Set
public EndpointEncryptionSupport EncryptionSupport { get; set; }
public:
property EndpointEncryptionSupport EncryptionSupport {
    EndpointEncryptionSupport get ();
    void set (EndpointEncryptionSupport value);
}
member EncryptionSupport : EndpointEncryptionSupport with get, set
function get EncryptionSupport () : EndpointEncryptionSupport
function set EncryptionSupport (value : EndpointEncryptionSupport)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
Retorna um EndpointEncryptionSupport valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

EncryptionPayloadOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql