GetInstance() 공개 정적인 메소드

public static GetInstance ( string algorithm ) : SecureRandom
algorithm string
리턴 SecureRandom
예제 #1
0
 public static SecureRandom GetInstance(string algorithm)
 {
     return(SecureRandom.GetInstance(algorithm, true));
 }