EncryptionAlgorithmPreference 列挙体
優先する暗号化アルゴリズムを指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration EncryptionAlgorithmPreference
'使用
Dim instance As EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
public enum class EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
メンバ
メンバ名 | 説明 | |
---|---|---|
NotSpecified | 優先する設定は NotSpecified です。 | |
Aes | 優先する設定は Aes です。 | |
Rc4 | 優先する設定は Rc4 です。 |