2 references to ToRSAParameters
Microsoft.DotNet.StrongName (2)
Signing.cs (1)
340
privateKey = blob.
ToRSAParameters
(true);
Verification.cs (1)
113
rsa.ImportParameters(publicKeyBlob.Slice(Constants.RsaPubKeySize, publicKeyBlob.Length - Constants.RsaPubKeySize).
ToRSAParameters
(false));