EndpointEncryption Enumeration

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

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntaxe

'Déclaration
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.

Notes

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

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

CREATE ENDPOINT (Transact-SQL)