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 type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CryptoMechanismType As CryptoMechanismType
Get
Set
'Usage
Dim instance As CryptoMechanism
Dim value As CryptoMechanismType
value = instance.CryptoMechanismType
instance.CryptoMechanismType = value
public CryptoMechanismType CryptoMechanismType { get; set; }
public:
property CryptoMechanismType CryptoMechanismType {
CryptoMechanismType get ();
void set (CryptoMechanismType value);
}
member CryptoMechanismType : CryptoMechanismType with get, set
function get CryptoMechanismType () : CryptoMechanismType
function set CryptoMechanismType (value : CryptoMechanismType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CryptoMechanismType
The crypto mechanism type.