EncryptionPayloadOption.EncryptionSupport Property
Gets or sets a value that describes how encryption is used in the process.
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
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
Returns a EndpointEncryptionSupport enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.