Service Broker のエンドポイントに想定される暗号化アルゴリズム オプション。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Enumeration Sql90ServiceBrokerEncryptionAlgorithm
public enum Sql90ServiceBrokerEncryptionAlgorithm
public enum class Sql90ServiceBrokerEncryptionAlgorithm
type Sql90ServiceBrokerEncryptionAlgorithm
public enum Sql90ServiceBrokerEncryptionAlgorithm
メンバー
メンバー名 | 説明 | |
---|---|---|
Unknown | Service Broker の暗号化アルゴリズムが不明であることを指定します。 | |
Aes | エンドポイントで高度暗号化標準 (AES: Advanced Encryption Standard) アルゴリズムが使用されている必要があることを指定します。 | |
RC4 | エンドポイントで RC4 アルゴリズムが使用されている必要があることを指定します。これは、既定の設定です。 |