Sdílet prostřednictvím


CoseHeaderMap.ContainsKey(CoseHeaderLabel) Metoda

Definice

Určuje, zda obsahuje IDictionary<TKey,TValue> prvek se zadaným klíčem.

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

Parametry

key
CoseHeaderLabel

Klíč, který se má najít v souboru IDictionary<TKey,TValue>.

Návraty

true pokud obsahuje IDictionary<TKey,TValue> prvek s klíčem, falsev opačném případě .

Implementuje

Platí pro