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