4 references to RsaPubKeySize
Microsoft.DotNet.SignTool (4)
src\StrongName.cs (4)
42private const int OffsetToKeyData = BlobHeaderSize + RsaPubKeySize; 174rsa.ImportParameters(publicKeyBlob.Slice(RsaPubKeySize, publicKeyBlob.Length - RsaPubKeySize).ToRSAParameters(false)); 756if (blob.Length < BlobHeaderSize + RsaPubKeySize)