30 references to ProtectedHeaders
System.Security.Cryptography.Cose (30)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
630
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
647
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
666
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (2)
563
/// The <see cref="CoseMessage.
ProtectedHeaders
"/> and <see cref="CoseMessage.UnprotectedHeaders"/> collections have one or more labels in common.
573
if (ContainDuplicateLabels(
ProtectedHeaders
, UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSign1Message.cs (14)
368
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
411
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
454
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
495
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
540
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
577
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
620
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
669
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
731
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
825
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
888
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
990
/// <exception cref="InvalidOperationException">The <see cref="CoseMessage.
ProtectedHeaders
"/> and <see cref="CoseMessage.UnprotectedHeaders"/> collections have one or more labels in common.</exception>
994
if (ContainDuplicateLabels(
ProtectedHeaders
, UnprotectedHeaders))
1031
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);
System\Security\Cryptography\Cose\CoseSignature.cs (11)
83
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
126
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
166
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
210
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
256
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
293
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
337
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
386
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
450
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
510
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
574
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.