3 references to ChainContext
System (3)
net\System\Net\_SecureChannel.cs (2)
1264&& chain.ChainContext == IntPtr.Zero) // Build failed to generate a valid handle 1285SafeFreeCertChain chainContext= new SafeFreeCertChain(chain.ChainContext);
net\System\Net\Internal.cs (1)
2074SafeFreeCertChain chainContext= new SafeFreeCertChain(chain.ChainContext);