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