9 references to ContainDuplicateLabels
System.Security.Cryptography.Cose (9)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
152
if (
ContainDuplicateLabels
(protectedHeader, unprotectedHeader))
237
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
371
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (4)
416
if (
ContainDuplicateLabels
(signer._protectedHeaders, signer._unprotectedHeaders))
421
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
568
if (
ContainDuplicateLabels
(ProtectedHeaders, UnprotectedHeaders))
602
if (
ContainDuplicateLabels
(signature.ProtectedHeaders, signature.UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
295
if (
ContainDuplicateLabels
(signer._protectedHeaders, signer._unprotectedHeaders))
762
if (
ContainDuplicateLabels
(ProtectedHeaders, UnprotectedHeaders))