Proprietà ISql90SymmetricKey.EncryptionAsymmetricKeys

Ottiene l'elenco di chiavi asimmetriche con il quale crittografare la chiave.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90SymmetricKey Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel