This topic has not yet been rated - Rate this topic

EndpointEncryption Enumeration

The EndpointEncryption enumeration contains values that are used to specify the state of encryption on the endpoint.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
public enum EndpointEncryption
public enum EndpointEncryption
public enum EndpointEncryption
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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ