7 references to ComputeToBeSignedEncodedSize
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseMessage.cs (1)
509Debug.Assert(bytesWritten == ComputeToBeSignedEncodedSize(context, bodyProtected.Length, signProtected.Length, associatedData.Length, content.Length));
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (2)
771int toBeSignedLength = ComputeToBeSignedEncodedSize( 847int toBeSignedLength = ComputeToBeSignedEncodedSize(
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
789int bufferLength = ComputeToBeSignedEncodedSize( 942int bufferLength = ComputeToBeSignedEncodedSize(
System\Security\Cryptography\Cose\CoseSignature.cs (2)
618int bufferLength = CoseMessage.ComputeToBeSignedEncodedSize( 649int bufferLength = CoseMessage.ComputeToBeSignedEncodedSize(