2 writes to Message
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
37s.Message = this;
System\Security\Cryptography\Cose\CoseSignature.cs (1)
48Message = message;
12 references to Message
System.Security.Cryptography.Cose (12)
System\Security\Cryptography\Cose\CoseSignature.cs (12)
107if (Message.IsDetached) 112return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 150if (Message.IsDetached) 155return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 199if (!Message.IsDetached) 243if (!Message.IsDetached) 310if (!Message.IsDetached) 377if (!Message.IsDetached) 401Message.RawProtectedHeaders.Length, 409await CoseMessage.AppendToBeSignedAsync(buffer, hasher, SigStructureContext.Signature, Message.RawProtectedHeaders, _encodedSignProtectedHeaders, associatedData, content, cancellationToken).ConfigureAwait(false); 433Message.RawProtectedHeaders.Length, 441CoseMessage.AppendToBeSigned(buffer, hasher, SigStructureContext.Signature, Message.RawProtectedHeaders.Span, _encodedSignProtectedHeaders, associatedData, contentBytes, contentStream);