Expand Minimize
This topic has not yet been rated - Rate this topic

EndpointEncryptionAlgorithm Enumeration

The EndpointEncryptionAlgorithm enumeration contains values that are used to specify an encryption algorithm used on an endpoint.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum EndpointEncryptionAlgorithm
Member nameDescription
NoneNo algorithm is specified.
RC4Specifies that the endpoint uses the RC4 algorithm.
AesSpecifies that the endpoint uses the AES algorithm.
AesRC4Specifies that the two endpoints will negotiate for an encryption algorithm with this endpoint giving preference to the AES algorithm.
RC4AesSpecifies that the two endpoints will negotiate for an encryption algorithm with this endpoint giving preference to the RC4 algorithm.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.