7 references to ComputeToBeSignedEncodedSize
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
509
Debug.Assert(bytesWritten ==
ComputeToBeSignedEncodedSize
(context, bodyProtected.Length, signProtected.Length, associatedData.Length, content.Length));
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (2)
766
int toBeSignedLength =
ComputeToBeSignedEncodedSize
(
839
int toBeSignedLength =
ComputeToBeSignedEncodedSize
(
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
587
int bufferLength =
ComputeToBeSignedEncodedSize
(
682
int bufferLength =
ComputeToBeSignedEncodedSize
(
System\Security\Cryptography\Cose\CoseSignature.cs (2)
372
int bufferLength = CoseMessage.
ComputeToBeSignedEncodedSize
(
404
int bufferLength = CoseMessage.
ComputeToBeSignedEncodedSize
(