EncryptionAlgorithm 列挙体

暗号化アルゴリズムを指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

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

メンバ

メンバ名 説明
None アルゴリズムは None です。
RC2 アルゴリズムは RC2 です。
RC4 アルゴリズムは RC4 です。
RC4_128 アルゴリズムは RC4_128 です。
Des アルゴリズムは Des です。
TripleDes アルゴリズムは TripleDes です。
DesX アルゴリズムは DesX です。
Aes128 アルゴリズムは Aes128 です。
Aes192 アルゴリズムは Aes192 です。
Aes256 アルゴリズムは Aes256 です。
Rsa512 アルゴリズムは Rsa512 です。
Rsa1024 アルゴリズムは Rsa1024 です。
Rsa2048 アルゴリズムは Rsa2048 です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間