Exemplo n.º 1
0
 public X509Store(IntPtr storeHandle)
 {
     _storePal = StorePal.FromHandle(storeHandle);
     Debug.Assert(_storePal != null);
 }