Example #1
0
 /// <summary>
 /// cacheAllCerts
 ///
 /// Creates a cache of all certificates currently known to NSS.
 /// </summary>
 public void CacheAllCerts()
 {
     _certCache.CacheAllCerts();
 }