1 write to ProtectedHeaders
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseSignature.cs (1)
53
ProtectedHeaders
= protectedHeaders;
3 references to ProtectedHeaders
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
610
if (ContainDuplicateLabels(signature.
ProtectedHeaders
, signature.UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSignature.cs (2)
387
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);
421
ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(
ProtectedHeaders
);