EndpointEncryption 열거형
The EndpointEncryption enumeration contains values that are used to specify the state of encryption on the endpoint.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration EndpointEncryption
‘사용 방법
Dim instance As EndpointEncryption
public enum EndpointEncryption
public enum class EndpointEncryption
type EndpointEncryption
public enum EndpointEncryption
멤버
멤버 이름 | 설명 | |
---|---|---|
Disabled | Specifies that data sent over a connection is not encrypted. | |
Required | Specifies that connections to this endpoint must use encryption. 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.SqlServer.Management.Smo 네임스페이스