4 references to RsaPubKeySize
Microsoft.DotNet.StrongName (4)
Constants.cs (1)
30internal const int OffsetToKeyData = BlobHeaderSize + RsaPubKeySize;
Signing.cs (1)
307if (blob.Length < Constants.BlobHeaderSize + Constants.RsaPubKeySize)
Verification.cs (2)
113rsa.ImportParameters(publicKeyBlob.Slice(Constants.RsaPubKeySize, publicKeyBlob.Length - Constants.RsaPubKeySize).ToRSAParameters(false));