Specifies the decryption mechanism type.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration CryptoMechanismType
用法
Dim instance As CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType
成员
| 成员名称 | 说明 | |
|---|---|---|
| AsymmetricKey | The type is AsymmetricKey. | |
| Certificate | The type is Certificate. | |
| Password | The type is Password. | |
| SymmetricKey | The type is SymmetricKey. |