Condividi tramite


Enumerazione CryptoMechanismType

Specifies the decryption mechanism type.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Enumeration CryptoMechanismType
'Utilizzo
Dim instance As CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType

Membri

Nome membro Descrizione
AsymmetricKey The type is AsymmetricKey.
Certificate The type is Certificate.
Password The type is Password.
SymmetricKey The type is SymmetricKey.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom