1 write to _encodedSignProtectedHeaders
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseSignature.cs (1)
55_encodedSignProtectedHeaders = encodedSignProtectedHeaders;
7 references to _encodedSignProtectedHeaders
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (2)
546encodedLength += CoseHelpers.GetByteStringEncodedSize(signature._encodedSignProtectedHeaders.Length); 613writer.WriteByteString(signature._encodedSignProtectedHeaders);
System\Security\Cryptography\Cose\CoseSignature.cs (5)
37public ReadOnlyMemory<byte> RawProtectedHeaders => _encodedSignProtectedHeaders; 584_encodedSignProtectedHeaders.Length, 591await CoseMessage.AppendToBeSignedAsync(buffer, toBeSignedBuilder, SigStructureContext.Signature, Message.RawProtectedHeaders, _encodedSignProtectedHeaders, associatedData, content, cancellationToken).ConfigureAwait(false); 615_encodedSignProtectedHeaders.Length, 622CoseMessage.AppendToBeSigned(buffer, toBeSignedBuilder, SigStructureContext.Signature, Message.RawProtectedHeaders.Span, _encodedSignProtectedHeaders, associatedData, contentBytes, contentStream);