4 references to RawProtectedHeaders
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseSignature.cs (4)
620Message.RawProtectedHeaders.Length,
628await CoseMessage.AppendToBeSignedAsync(buffer, toBeSignedBuilder, SigStructureContext.Signature, Message.RawProtectedHeaders, _encodedSignProtectedHeaders, associatedData, content, cancellationToken).ConfigureAwait(false);
651Message.RawProtectedHeaders.Length,
659CoseMessage.AppendToBeSigned(buffer, toBeSignedBuilder, SigStructureContext.Signature, Message.RawProtectedHeaders.Span, _encodedSignProtectedHeaders, associatedData, contentBytes, contentStream);