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