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