Exemplo n.º 1
0
 public CrlRule()
 {
     this.crlFetcher = new SimpleCachingCrlFetcher(new SimpleCrlCache());
 }
Exemplo n.º 2
0
 public CrlRule(ICrlFetcher crlFetcher)
 {
     this.crlFetcher = crlFetcher;
 }