SymmetricKeyStatement.EncryptingMechanisms Property
Gets a list of the key encryption mechanisms.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property EncryptingMechanisms As IList(Of CryptoMechanism)
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>
.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.