Partager via


ISql90SymmetricKey.EncryptionAsymmetricKeys, propriété

Obtient la liste des clés asymé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 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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90SymmetricKey Interface

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