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)
104if (Message.IsDetached) 109return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 144if (Message.IsDetached) 149return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 187if (!Message.IsDetached) 228if (!Message.IsDetached) 289if (!Message.IsDetached) 350if (!Message.IsDetached) 374Message.RawProtectedHeaders.Length, 382await CoseMessage.AppendToBeSignedAsync(buffer, hasher, SigStructureContext.Signature, Message.RawProtectedHeaders, _encodedSignProtectedHeaders, associatedData, content, cancellationToken).ConfigureAwait(false); 406Message.RawProtectedHeaders.Length, 414CoseMessage.AppendToBeSigned(buffer, hasher, SigStructureContext.Signature, Message.RawProtectedHeaders.Span, _encodedSignProtectedHeaders, associatedData, contentBytes, contentStream);