RsaKeyGenerationParameters public class RsaKeyGenerationParameters : KeyGenerationParameters Documentation Code public int Certainty { get; } public BigInteger PublicExponent { get; } public RsaKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)