Share via


EndpointEncryption Enumeration

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

관련 자료

CREATE ENDPOINT(Transact-SQL)