4 references to ComputeSignatureSize
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (3)
529
encodedSize += CoseHelpers.GetByteStringEncodedSize(signer.CoseKey.
ComputeSignatureSize
());
778
byte[] buffer = ArrayPool<byte>.Shared.Rent(Math.Max(toBeSignedLength, signer.CoseKey.
ComputeSignatureSize
()));
854
byte[] buffer = ArrayPool<byte>.Shared.Rent(Math.Max(toBeSignedLength, signer.CoseKey.
ComputeSignatureSize
()));
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
943
encodedSize += CoseHelpers.GetByteStringEncodedSize(signer.CoseKey.
ComputeSignatureSize
());