Implemented interface members:
4 references to ContainsKey
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
353
Debug.Assert(!map.
ContainsKey
(CoseHeaderLabel.Algorithm));
System\Security\Cryptography\Cose\CoseMessage.cs (2)
548
if (unprotectedHeaders.
ContainsKey
(kvp.Key))
579
if (!protectedHeders.
ContainsKey
(label))
System\Security\Cryptography\Cose\CoseSigner.cs (1)
146
if (_unprotectedHeaders != null && _unprotectedHeaders.
ContainsKey
(CoseHeaderLabel.Algorithm))