Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the decryption mechanism.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DecryptionMechanism As CryptoMechanism
Get
Set
'Usage
Dim instance As OpenSymmetricKeyStatement
Dim value As CryptoMechanism
value = instance.DecryptionMechanism
instance.DecryptionMechanism = value
public CryptoMechanism DecryptionMechanism { get; set; }
public:
property CryptoMechanism^ DecryptionMechanism {
CryptoMechanism^ get ();
void set (CryptoMechanism^ value);
}
member DecryptionMechanism : CryptoMechanism with get, set
function get DecryptionMechanism () : CryptoMechanism
function set DecryptionMechanism (value : CryptoMechanism)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CryptoMechanism
The decryption mechanism.