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