21 references to ProtectedHeaders
System.Security.Cryptography.Cose (21)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
594
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
611
/// <exception cref="InvalidOperationException">The <see cref="
ProtectedHeaders
"/> and <see cref="UnprotectedHeaders"/> collections have one or more labels in common.</exception>
630
/// <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)
566
/// The <see cref="CoseMessage.
ProtectedHeaders
"/> and <see cref="CoseMessage.UnprotectedHeaders"/> collections have one or more labels in common.
576
if (ContainDuplicateLabels(
ProtectedHeaders
, UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSign1Message.cs (10)
377
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
419
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
463
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
511
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
563
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
612
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);
664
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
712
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);
800
/// <exception cref="InvalidOperationException">The <see cref="CoseMessage.
ProtectedHeaders
"/> and <see cref="CoseMessage.UnprotectedHeaders"/> collections have one or more labels in common.</exception>
804
if (ContainDuplicateLabels(
ProtectedHeaders
, UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSignature.cs (6)
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.
170
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
219
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
271
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.
339
/// <see cref="CoseMessage.
ProtectedHeaders
"/> does not have a value for the <see cref="CoseHeaderLabel.Algorithm"/> header.