EncryptionAlgorithmPreference 枚举

Specifies the possible values for encryption algorithm preference.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration EncryptionAlgorithmPreference
用法
Dim instance As EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
public enum class EncryptionAlgorithmPreference
type EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference

成员

成员名称 说明
Aes The preference is Aes.
NotSpecified The preference is NotSpecified.
Rc4 The preference is Rc4.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间