Dela via


ISql90SymmetricKey.EncryptionAsymmetricKeys Property

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

Syntax

'Declaration
ReadOnly Property EncryptionAsymmetricKeys As IList(Of ISql90AsymmetricKey)
'Usage
Dim instance As ISql90SymmetricKey 
Dim value As IList(Of ISql90AsymmetricKey)

value = instance.EncryptionAsymmetricKeys
IList<ISql90AsymmetricKey> EncryptionAsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ EncryptionAsymmetricKeys {
    IList<ISql90AsymmetricKey^>^ get ();
}
function get EncryptionAsymmetricKeys () : IList<ISql90AsymmetricKey>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace