Class KeyGenerationParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class KeyGenerationParameters- Inheritance
- 
      
      KeyGenerationParameters
- Derived
- Inherited Members
Constructors
KeyGenerationParameters(SecureRandom, int)
public KeyGenerationParameters(SecureRandom random, int strength)Parameters
- randomSecureRandom
- strengthint
Properties
Random
public SecureRandom Random { get; }Property Value
Strength
public int Strength { get; }