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