Example #1
0
 internal CertCache(nsINSSCertCache certCache)
 {
     _certCache = new InstanceWrapper <nsINSSCertCache>(certCache);
 }
Example #2
0
		internal CertCache(nsINSSCertCache certCache)
		{
			_certCache = new ComPtr<nsINSSCertCache>(certCache);
		}
 internal CertCache(nsINSSCertCache certCache)
 {
     _certCache = certCache;
 }
Example #4
0
 internal CertCache(nsINSSCertCache certCache)
 {
     _certCache = new ComPtr <nsINSSCertCache>(certCache);
 }
Example #5
0
 internal CertCache(nsINSSCertCache certCache)
 {
     _certCache = certCache;
 }