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

Syntax

C#
public static SecureRandom GetInstance(
	string algorithm
)
Visual Basic
Public Shared Function GetInstance ( _
	algorithm As String _
) As SecureRandom
Visual C++
public:
static SecureRandom^ GetInstance(
	String^ algorithm
)

Parameters

algorithm
Type: System..::..String

See Also