CryptoMechanismType Enumeration
Specifies the decryption mechanism type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType
Members
Member name | Description | |
---|---|---|
Certificate | Type is Certificate | |
AsymmetricKey | Type is AsymmetricKey | |
SymmetricKey | Type is SymmetricKey | |
Password | Type is Password |