20 instantiations of X509Chain
System (3)
net\System\Net\_SecureChannel.cs (2)
639chain = new X509Chain(); 1250chain = new X509Chain();
net\System\Net\UnsafeNativeMethods.cs (1)
1735X509Chain chain = new X509Chain(chainRef.DangerousGetHandle());
System.Core (3)
System\Security\Cryptography\X509Certificates\TimestampInformation.cs (1)
35m_timestampChain = new X509Chain(timestamper.pChainContext);
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
92signatureChain = new X509Chain(signer.pChainContext); 111signatureChain = new X509Chain();
System.IdentityModel (3)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
103X509Chain chain = new X509Chain();
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
327X509Chain chain = new X509Chain(false);
System\IdentityModel\X509Util.cs (1)
135X509Chain chain = new X509Chain();
System.Security (4)
system\security\cryptography\pkcs\pkcsutils.cs (1)
924X509Chain chain = new X509Chain();
system\security\cryptography\xml\keyinfo.cs (2)
535chain = new X509Chain(); 553chain = new X509Chain();
system\security\cryptography\xml\signedxml.cs (1)
334X509Chain chain = new X509Chain();
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (1)
122X509Chain chain = new X509Chain();
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
252using (X509Chain chain = new X509Chain(this.useMachineContext))
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
1332m_signerChain = new X509Chain(signerInfo.pChainContext); 1427m_timestamperChain = new X509Chain(timestamperInfo.pChainContext);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
411X509Chain chain = new X509Chain(); // use the current user profile 980using (X509Chain chain = new X509Chain())
WindowsBase (1)
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
843X509Chain chain = new X509Chain();
46 references to X509Chain
System (16)
net\System\Net\_SecureChannel.cs (5)
632X509Chain chain = null; 1235X509Chain chain = null; 1337public ProtocolToken CreateFatalHandshakeAlertToken(SslPolicyErrors sslPolicyErrors, X509Chain chain) 1394private static TlsAlertMessage GetAlertMessageFromChain(X509Chain chain) 1444private void LogCertificateValidation(RemoteCertValidationCallback remoteCertValidationCallback, SslPolicyErrors sslPolicyErrors, bool success, X509Chain chain)
net\System\Net\Internal.cs (2)
2071private uint[] GetChainErrors(string hostName, X509Chain chain, ref bool fatalError) 2117internal bool CheckErrors(string hostName, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
net\System\Net\SecureProtocols\SslStream.cs (3)
52public delegate bool RemoteCertificateValidationCallback(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors); 58internal delegate bool RemoteCertValidationCallback(string host, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors); 102private bool userCertValidationCallbackWrapper(string hostName, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
net\System\Net\ServicePoint.cs (1)
1056private bool CertValidationCallback(string hostName, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) {
net\System\Net\UnsafeNativeMethods.cs (1)
1735X509Chain chain = new X509Chain(chainRef.DangerousGetHandle());
security\system\security\cryptography\x509\x509chain.cs (2)
92public static X509Chain Create() { 93return (X509Chain) CryptoConfig.CreateFromName("X509Chain");
security\system\security\cryptography\x509\x509chainelement.cs (1)
42m_chainStatus = X509Chain.GetChainStatusInformation(chainElement.dwErrorStatus);
security\system\security\cryptography\x509\x509utils.cs (1)
561int hr = X509Chain.BuildChain(new IntPtr(CAPI.HCCE_CURRENT_USER),
System.Core (8)
System\Security\Cryptography\X509Certificates\AuthenticodeSignatureInformation.cs (3)
22private X509Chain m_signatureChain; 30X509Chain signatureChain, 100public X509Chain SignatureChain {
System\Security\Cryptography\X509Certificates\TimestampInformation.cs (2)
20private X509Chain m_timestampChain; 72public X509Chain SignatureChain {
System\Security\Cryptography\Xml\ManifestSignedXml.cs (3)
83private X509Chain BuildSignatureChain(X509Native.AXL_AUTHENTICODE_SIGNER_INFO signer, 89X509Chain signatureChain = null; 515X509Chain signatureChain = BuildSignatureChain(signer,
System.IdentityModel (3)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
103X509Chain chain = new X509Chain();
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
327X509Chain chain = new X509Chain(false);
System\IdentityModel\X509Util.cs (1)
135X509Chain chain = new X509Chain();
System.Security (5)
system\security\cryptography\pkcs\pkcsutils.cs (1)
924X509Chain chain = new X509Chain();
system\security\cryptography\x509\x509utils.cs (1)
242internal static bool IsSelfSigned (X509Chain chain) {
system\security\cryptography\xml\keyinfo.cs (1)
531X509Chain chain = null;
system\security\cryptography\xml\signedxml.cs (1)
334X509Chain chain = new X509Chain();
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
882internal static void LogVerifyX509Chain(SignedXml signedXml, X509Chain chain, X509Certificate certificate) {
System.ServiceModel (7)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
255bool RemoteCertificateValidationCallback(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
643bool ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, 963bool ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain,
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
164static bool OnValidateServerCertificate(object sender, X509Certificate certificate, X509Chain chain,
System\ServiceModel\Description\ConfigLoader.cs (1)
122X509Chain chain = new X509Chain();
System\ServiceModel\EndpointIdentity.cs (1)
131internal static EndpointIdentity CreateX509CertificateIdentity(X509Chain certificateChain)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
252using (X509Chain chain = new X509Chain(this.useMachineContext))
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (4)
1314private X509Chain m_signerChain = null; 1403internal X509Chain SignerChain { 1415private X509Chain m_timestamperChain = null; 1449internal X509Chain TimestamperChain {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
411X509Chain chain = new X509Chain(); // use the current user profile 980using (X509Chain chain = new X509Chain())
WindowsBase (1)
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
843X509Chain chain = new X509Chain();