1 write to _content
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
57
_content
= content;
8 references to _content
System.Security.Cryptography.Cose (8)
System\Security\Cryptography\Cose\CoseMessage.cs (2)
79
return
_content
;
84
internal bool IsDetached =>
_content
== null;
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (2)
540
int encodedLength = CoseHelpers.GetCoseSignEncodedLengthMinusSignature(_isTagged, MultiSignSizeOfCborTag, _protectedHeaderAsBstr.Length, UnprotectedHeaders,
_content
);
674
AddSignatureCore(
_content
, null, signer, associatedData);
System\Security\Cryptography\Cose\CoseSign1Message.cs (4)
397
return VerifyCore(coseKey,
_content
, null, associatedData);
440
return VerifyCore(coseKey,
_content
, null, associatedData);
480
return VerifyCore(key,
_content
, null, associatedData);
990
CoseHelpers.GetCoseSignEncodedLengthMinusSignature(_isTagged, Sign1SizeOfCborTag, _protectedHeaderAsBstr.Length, UnprotectedHeaders,
_content
) +