CryptoMechanismType 열거형
Specifies the decryption mechanism type.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration CryptoMechanismType
‘사용 방법
Dim instance As CryptoMechanismType
public enum CryptoMechanismType
public enum class CryptoMechanismType
type CryptoMechanismType
public enum CryptoMechanismType
멤버
멤버 이름 | 설명 | |
---|---|---|
AsymmetricKey | The type is AsymmetricKey. | |
Certificate | The type is Certificate. | |
Password | The type is Password. | |
SymmetricKey | The type is SymmetricKey. |