9 references to ContainDuplicateLabels
System.Security.Cryptography.Cose (9)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
153
if (
ContainDuplicateLabels
(protectedHeader, unprotectedHeader))
239
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
373
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (4)
424
if (
ContainDuplicateLabels
(signer._protectedHeaders, signer._unprotectedHeaders))
429
if (
ContainDuplicateLabels
(protectedHeaders, unprotectedHeaders))
576
if (
ContainDuplicateLabels
(ProtectedHeaders, UnprotectedHeaders))
610
if (
ContainDuplicateLabels
(signature.ProtectedHeaders, signature.UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
310
if (
ContainDuplicateLabels
(signer._protectedHeaders, signer._unprotectedHeaders))
804
if (
ContainDuplicateLabels
(ProtectedHeaders, UnprotectedHeaders))