Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |