Table of Contents

Class KeyGenerationParameters

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll
public class KeyGenerationParameters
Inheritance
KeyGenerationParameters
Derived
Inherited Members

Constructors

KeyGenerationParameters(SecureRandom, int)

public KeyGenerationParameters(SecureRandom random, int strength)

Parameters

random SecureRandom
strength int

Properties

Random

public SecureRandom Random { get; }

Property Value

SecureRandom

Strength

public int Strength { get; }

Property Value

int