9 references to Sign1SignHeaderDuplicateLabels
System.Security.Cryptography.Cose (9)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
154
throw new CryptographicException(SR.
Sign1SignHeaderDuplicateLabels
);
239
throw new CryptographicException(SR.
Sign1SignHeaderDuplicateLabels
);
373
throw new CryptographicException(SR.
Sign1SignHeaderDuplicateLabels
);
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (4)
418
throw new ArgumentException(SR.
Sign1SignHeaderDuplicateLabels
, nameof(signer));
423
throw new ArgumentException(SR.
Sign1SignHeaderDuplicateLabels
);
570
throw new InvalidOperationException(SR.
Sign1SignHeaderDuplicateLabels
);
604
throw new InvalidOperationException(SR.
Sign1SignHeaderDuplicateLabels
);
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
297
throw new ArgumentException(SR.
Sign1SignHeaderDuplicateLabels
, nameof(signer));
764
throw new InvalidOperationException(SR.
Sign1SignHeaderDuplicateLabels
);