31 references to ProtectedHeaders
System.Security.Cryptography.Cose (31)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
592
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
609
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
628
/// <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 (15)
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.
774
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);
836
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
899
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
1000
/// <exception cref="InvalidOperationException">The <see cref="CoseMessage.
ProtectedHeaders
"/> and <see cref="CoseMessage.UnprotectedHeaders"/> collections have one or more labels in common.</exception>
1004
if (ContainDuplicateLabels(
ProtectedHeaders
, UnprotectedHeaders))
1041
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.