CryptoMechanismType 列舉
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. |