CoseHeaderMap.ContainsKey(CoseHeaderLabel) Metoda

Definicja

Określa, czy element IDictionary<TKey,TValue> zawiera element z określonym kluczem.

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

Klucz do zlokalizowania w obiekcie IDictionary<TKey,TValue>.

Zwraca

true jeśli element IDictionary<TKey,TValue> zawiera element z kluczem; falsew przeciwnym razie .

Implementuje

Dotyczy