다음을 통해 공유


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입니다.

구현

적용 대상