Share via


ISql90SymmetricKey.EncryptionAsymmetricKeys Property

Gets the list of asymmetric 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 EncryptionAsymmetricKeys As IList(Of ISql90AsymmetricKey)
IList<ISql90AsymmetricKey> EncryptionAsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ EncryptionAsymmetricKeys {
    IList<ISql90AsymmetricKey^>^ get ();
}
abstract EncryptionAsymmetricKeys : IList<ISql90AsymmetricKey>
function get EncryptionAsymmetricKeys () : IList<ISql90AsymmetricKey>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace