Share via


ISql90SymmetricKey.EncryptionSymmetricKeys Property

Gets the list of symmetric keys with which to encrypt the key.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
    IList<ISql90SymmetricKey^>^ get ();
}
abstract EncryptionSymmetricKeys : IList<ISql90SymmetricKey>
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>

Property Value

Type: System.Collections.Generic.IList<ISql90SymmetricKey>

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace