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)
610if (ContainDuplicateLabels(signature.ProtectedHeaders, signature.UnprotectedHeaders))
System\Security\Cryptography\Cose\CoseSignature.cs (2)
387ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(ProtectedHeaders); 421ReadOnlyMemory<byte> encodedAlg = CoseHelpers.GetCoseAlgorithmFromProtectedHeaders(ProtectedHeaders);