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 key encryption mechanisms.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property EncryptingMechanisms As IList(Of CryptoMechanism)
Get
'Usage
Dim instance As SymmetricKeyStatement
Dim value As IList(Of CryptoMechanism)
value = instance.EncryptingMechanisms
public IList<CryptoMechanism> EncryptingMechanisms { get; }
public:
property IList<CryptoMechanism^>^ EncryptingMechanisms {
IList<CryptoMechanism^>^ get ();
}
member EncryptingMechanisms : IList<CryptoMechanism>
function get EncryptingMechanisms () : IList<CryptoMechanism>
Property Value
Type: System.Collections.Generic.IList<CryptoMechanism>
The key encryption mechanisms.