CryptoMechanismType Enumeration
Specifies the decryption mechanism type.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Member name | Description | |
---|---|---|
AsymmetricKey | The type is AsymmetricKey. | |
Certificate | The type is Certificate. | |
Password | The type is Password. | |
SymmetricKey | The type is SymmetricKey. |
Show: