Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsProbablePrime(
	int certainty
)
Visual Basic
Public Function IsProbablePrime ( _
	certainty As Integer _
) As Boolean
Visual C++
public:
bool IsProbablePrime(
	int certainty
)

Parameters

certainty
Type: System..::..Int32

See Also