예제 #1
0
 public static CngKey CreateCngKey(string name = null, bool allowExport = false)
 {
     return(CngHelper.CreateCngKey(CngAlgorithm.ECDiffieHellmanP256, name, allowExport));
 }
예제 #2
0
 public static CngKey CreateCngKey(string name = null)
 {
     return(CngHelper.CreateCngKey(CngAlgorithm.ECDsaP256, name));
 }