5 references to X509Chain
System (1)
net\System\Net\UnsafeNativeMethods.cs (1)
1735X509Chain chain = new X509Chain(chainRef.DangerousGetHandle());
System.Core (2)
System\Security\Cryptography\X509Certificates\TimestampInformation.cs (1)
35m_timestampChain = new X509Chain(timestamper.pChainContext);
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
92signatureChain = new X509Chain(signer.pChainContext);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
1332m_signerChain = new X509Chain(signerInfo.pChainContext); 1427m_timestamperChain = new X509Chain(timestamperInfo.pChainContext);