コード例 #1
0
 /// <param name="httpDataLoader">the httpDataLoader to set</param>
 public AIACertificateFactoryImpl(IHTTPDataLoader httpDataLoader)
 {
     this.httpDataLoader = httpDataLoader;
 }
コード例 #2
0
 /// <summary>The default constructor for AIACertificateSource.</summary>
 /// <remarks>The default constructor for AIACertificateSource.</remarks>
 public AIACertificateSource(X509Certificate certificate, IHTTPDataLoader httpDataLoader)
 {
     this.certificate    = certificate;
     this.httpDataLoader = httpDataLoader;
 }