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