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