예제 #1
0
 public void ClearRSAKeyContainer()
 {
     try
     {
         RSACryptography rsa = new RSACryptography();
         rsa.ClearKeyContainer();
     }
     catch (Exception)
     {
         throw;
     }
 }