Example #1
0
 /// <summary>
 /// Attempts to close the given handle.
 /// </summary>
 public static void CloseStore(IntPtr handle)
 {
     if (!Direct.CertCloseStore(handle, dwFlags: 0))
     {
         throw ErrorHelper.GetIoExceptionForLastError();
     }
 }