The EndpointEncryption enumeration contains values that are used to specify the state of encryption on the endpoint.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
语法
声明
Public Enumeration EndpointEncryption
public enum EndpointEncryption
public enum class EndpointEncryption
public enum EndpointEncryption
public enum EndpointEncryption
Members
Member name | Description |
---|---|
Disabled | Specifies that data sent over a connection is not encrypted. |
Required | Specifies that connections to this endpoint must use encryption. Therefore, to connect to this endpoint, the far endpoint must have EndpointEncryption property is set to either Supported or Required. |
Supported | Specifies that the data is encrypted only if the opposite endpoint specifies either Supported or Required. |
备注
The EndpointEncryption enumeration class is served by the EndpointEncryption property and the EndpointEncryption property.
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
Microsoft.SqlServer.Management.Smo Namespace