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