Class Srp6GroupParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class Srp6GroupParameters- Inheritance
- 
      
      Srp6GroupParameters
- Inherited Members
Constructors
Srp6GroupParameters(BigInteger, BigInteger)
public Srp6GroupParameters(BigInteger N, BigInteger g)Parameters
- NBigInteger
- gBigInteger
Properties
G
public BigInteger G { get; }Property Value
N
public BigInteger N { get; }