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
- 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.