Delen via


CryptoMechanismType Enumeration

Specifies the decryption mechanism type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration CryptoMechanismType
'Usage
Dim instance As CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType

Members

Member name Description
AsymmetricKey The type is AsymmetricKey.
Certificate The type is Certificate.
Password The type is Password.
SymmetricKey The type is SymmetricKey.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace