Перечисление 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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom