Share via


CoseHeaderMap.ContainsKey(CoseHeaderLabel) Methode

Definition

Ermittelt, ob das IDictionary<TKey,TValue> ein Element mit dem angegebenen Schlüssel enthält.

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

Parameter

key
CoseHeaderLabel

Der im IDictionary<TKey,TValue> zu suchende Schlüssel.

Gibt zurück

true, wenn das IDictionary<TKey,TValue> ein Element mit dem Schlüssel enthält, andernfalls false.

Implementiert

Gilt für: