Share via


ISql90Assembly.AsymmetricKeys Property

Gets the list of asymmetric keys that are associated with this assembly.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace