Share via


CoseHeaderMap.ContainsKey(CoseHeaderLabel) メソッド

定義

指定したキーの要素が IDictionary<TKey,TValue> に格納されているかどうかを確認します。

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

パラメーター

key
CoseHeaderLabel

IDictionary<TKey,TValue> 内で検索されるキー。

戻り値

指定したキーを持つ要素を true が保持している場合は IDictionary<TKey,TValue>。それ以外の場合は false

実装

適用対象