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