GetInstance() public static method

public static GetInstance ( string algorithm ) : SecureRandom
algorithm string
return SecureRandom
Exemplo n.º 1
0
 public static SecureRandom GetInstance(string algorithm)
 {
     return(SecureRandom.GetInstance(algorithm, true));
 }