Enumeração CryptoMechanismType
Specifies the decryption mechanism type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration CryptoMechanismType
'Uso
Dim instance As CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType
Membros
Nome do membro | Descrição | |
---|---|---|
AsymmetricKey | The type is AsymmetricKey. | |
Certificate | The type is Certificate. | |
Password | The type is Password. | |
SymmetricKey | The type is SymmetricKey. |