次の方法で共有


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

メンバー

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

説明

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