EncryptionPayloadOption.EncryptionSupport – vlastnost
Získá nebo nastaví hodnotu, která popisuje použití šifrování v procesu.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
Vrátí EndpointEncryptionSupport hodnotu výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.