Перечисление 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.
Supported Specifies that the data is encrypted only if the opposite endpoint specifies either Supported or Required.
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.

Замечания

The EndpointEncryption enumeration class is served by the EndpointEncryption property and the EndpointEncryption property.

См. также

Справочник

Другие ресурсы