CoseHeaderMap.ContainsKey(CoseHeaderLabel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否 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
。