Proprietà ISql90SymmetricKey.EncryptionSymmetricKeys

Ottiene l'elenco di chiavi simmetriche 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 EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
    Get
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
    IList<ISql90SymmetricKey^>^ get ();
}
abstract EncryptionSymmetricKeys : IList<ISql90SymmetricKey>
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90SymmetricKey Interfaccia

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