Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,172,768 bytes

 CryptoMechanism

public class CryptoMechanism : TSqlFragment
Represents the decryption mechanism.

The crypto mechanism type.

public Identifier Identifier { get; set; }

The name of the key or certificate. May be null.

public Literal PasswordOrSignature { get; set; }

The password or signature. If this is a password, must be a string literal. If it's a signature, must be a binary literal. May be null.

public CryptoMechanism()