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

See Also

Reference

SymmetricKeyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace