Partager via


ISql90SymmetricKey.EncryptionSymmetricKeys, propriété

Obtient la liste des clés symétriques avec lesquelles chiffrer la clé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms