3 references to ComputeEncodedSize
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseSign1Message.cs (3)
184
int expectedSize =
ComputeEncodedSize
(signer, contentBytes.Length, isDetached);
231
int expectedSize =
ComputeEncodedSize
(signer, contentLength: 0, isDetached: true);
295
int expectedSize =
ComputeEncodedSize
(signer, content.Length, isDetached);