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
'Usage
Dim instance As EncryptionPayloadOption
Dim value As EndpointEncryptionSupport
value = instance.EncryptionSupport
instance.EncryptionSupport = value
public EndpointEncryptionSupport EncryptionSupport { get; set; }
public:
property EndpointEncryptionSupport EncryptionSupport {
EndpointEncryptionSupport get ();
void set (EndpointEncryptionSupport value);
}
public function get EncryptionSupport () : EndpointEncryptionSupport
public 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.