CoseHeaderMap.ContainsKey(CoseHeaderLabel) Method

Definition

Determines whether the IDictionary<TKey,TValue> contains an element with the specified key.

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

Parameters

key
CoseHeaderLabel

The key to locate in the IDictionary<TKey,TValue>.

Returns

true if the IDictionary<TKey,TValue> contains an element with the key; otherwise, false.

Implements

Applies to