GetInstance() публичный статический Метод

public static GetInstance ( string algorithm ) : SecureRandom
algorithm string
Результат SecureRandom
Пример #1
0
 public static SecureRandom GetInstance(string algorithm)
 {
     return(SecureRandom.GetInstance(algorithm, true));
 }