예제 #1
0
 public static new ThresholdSecretSharingAlgorithm Create()
 {
     return((ThresholdSecretSharingAlgorithm)SecretSharingAlgorithm.Create());
 }
예제 #2
0
 public static new ThresholdSecretSharingAlgorithm Create(string algName)
 {
     return((ThresholdSecretSharingAlgorithm)SecretSharingAlgorithm.Create(algName));
 }