EncryptionPayloadOption.EncryptionSupport Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that describes how the encryption is used in the process.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public EndpointEncryptionSupport EncryptionSupport { get; set; }
public:
property EndpointEncryptionSupport EncryptionSupport {
    EndpointEncryptionSupport get();
    void set(EndpointEncryptionSupport value);
}
member EncryptionSupport : EndpointEncryptionSupport with get, set
Public Property EncryptionSupport As EndpointEncryptionSupport

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointEncryptionSupport

One of the enumeration values that specifies endpoint encryption support.

See Also

EncryptionPayloadOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top