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.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property DecryptionMechanism As CryptoMechanism
'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);
}
public function get DecryptionMechanism () : CryptoMechanism
public function set DecryptionMechanism (value : CryptoMechanism)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.CryptoMechanism
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OpenSymmetricKeyStatement Class