Freigeben über


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

Elemente

Elementname Beschreibung
AsymmetricKey The type is AsymmetricKey.
Certificate The type is Certificate.
Password The type is Password.
SymmetricKey The type is SymmetricKey.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace