Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static BigInteger genPseudoPrime( int bits, int confidence, Random rand, WaitHandle canceller ) |
| Visual Basic |
|---|
Public Shared Function genPseudoPrime ( _ bits As Integer, _ confidence As Integer, _ rand As Random, _ canceller As WaitHandle _ ) As BigInteger |
| Visual C++ |
|---|
public: static BigInteger^ genPseudoPrime( int bits, int confidence, Random^ rand, WaitHandle^ canceller ) |
Parameters
- bits
- Type: System..::..Int32
- confidence
- Type: System..::..Int32
- rand
- Type: System..::..Random
- canceller
- Type: System.Threading..::..WaitHandle