EndpointEncryptionAlgorithm 列挙体

EndpointEncryptionAlgorithm 列挙には、エンドポイントで使用される暗号化アルゴリズムを指定するために使用される値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration EndpointEncryptionAlgorithm
'使用
Dim instance As EndpointEncryptionAlgorithm
public enum EndpointEncryptionAlgorithm
public enum class EndpointEncryptionAlgorithm
type EndpointEncryptionAlgorithm
public enum EndpointEncryptionAlgorithm

メンバー

メンバー名 説明
Aes エンドポイントで AES アルゴリズムが使用されることを示します。
AesRC4 2 つのエンドポイントが、AES アルゴリズムを優先するこのエンドポイントと暗号化アルゴリズムについてネゴシエートすることを指定します。
None アルゴリズムは指定されていません。
RC4 エンドポイントで RC4 アルゴリズムが使用されることを示します。
RC4Aes 2 つのエンドポイントで暗号化アルゴリズムをネゴシエートし、このエンドポイントでは RC4 アルゴリズムを優先することを示します。

説明

EndpointEncryptionAlgorithm 列挙クラスは、EndpointEncryptionAlgorithm プロパティおよび EndpointEncryptionAlgorithm プロパティによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ENDPOINT (Transact-SQL)