CoseHeaderMap.ContainsKey(CoseHeaderLabel) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si IDictionary<TKey,TValue> contient un élément avec la clé spécifiée.
public:
virtual bool ContainsKey(System::Security::Cryptography::Cose::CoseHeaderLabel key);
public bool ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel key);
abstract member ContainsKey : System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
override this.ContainsKey : System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
Public Function ContainsKey (key As CoseHeaderLabel) As Boolean
Paramètres
- key
- CoseHeaderLabel
Clé à rechercher dans IDictionary<TKey,TValue>.
Retours
true si IDictionary<TKey,TValue> contient un élément avec la clé ; sinon, false.