Esempio n. 1
0
 public static AsymmetricAlgorithm Create(string algName) =>
 (AsymmetricAlgorithm)CryptoConfigForwarder.CreateFromName(algName);
Esempio n. 2
0
 public static new KeyedHashAlgorithm Create(string algName) =>
 (KeyedHashAlgorithm)CryptoConfigForwarder.CreateFromName(algName);