Exemplo n.º 1
0
 public CrlRule(ICrlCache crlCache)
     : this(new SimpleCachingCrlFetcher(crlCache))
 {
 }
Exemplo n.º 2
0
 public SimpleCachingCrlFetcher(ICrlCache crlCache)
 {
     this.crlCache = crlCache;
 }