public static SecureRandom GetInstance(
string algorithm,
bool autoSeed
)Public Shared Function GetInstance (
algorithm As String,
autoSeed As Boolean
) As SecureRandompublic:
static SecureRandom^ GetInstance(
String^ algorithm,
bool autoSeed
)Org.BouncyCastle.Security.SecureRandom.GetInstance = function(algorithm, autoSeed);