2 references to RsaPubKeySize
Microsoft.CodeAnalysis (2)
StrongName\CryptoBlobParser.cs (2)
151
private const int s_offsetToKeyData = BlobHeaderSize +
RsaPubKeySize
;
206
if (blob.Length < BlobHeaderSize +
RsaPubKeySize
)