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