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