Freigeben über


EncryptionPayloadOption.EncryptionSupport-Eigenschaft

Ruft einen Wert ab bzw. legt einen Wert fest, der beschreibt, wie die Verschlüsselung im Prozess verwendet wird.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
Gibt einen EndpointEncryptionSupport-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

EncryptionPayloadOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace