4 instantiations of X509ServiceCertificateAuthentication
System.ServiceModel (4)
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
85cert.SslCertificateAuthentication = new X509ServiceCertificateAuthentication();
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
26this.authentication = new X509ServiceCertificateAuthentication(); 32this.authentication = new X509ServiceCertificateAuthentication(other.authentication); 35this.sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other.sslCertificateAuthentication);
10 references to X509ServiceCertificateAuthentication
System.ServiceModel (10)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
111X509CertificateValidationMode validationMode = X509ServiceCertificateAuthentication.DefaultCertificateValidationMode;
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (4)
37[ConfigurationProperty(ConfigurationStrings.CertificateValidationMode, DefaultValue = X509ServiceCertificateAuthentication.DefaultCertificateValidationMode)] 45[ConfigurationProperty(ConfigurationStrings.RevocationMode, DefaultValue = X509ServiceCertificateAuthentication.DefaultRevocationMode)] 53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509ServiceCertificateAuthentication.DefaultTrustedStoreLocation)] 78internal void ApplyConfiguration(X509ServiceCertificateAuthentication cert)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (4)
13X509ServiceCertificateAuthentication authentication; 14X509ServiceCertificateAuthentication sslCertificateAuthentication; 69public X509ServiceCertificateAuthentication Authentication 78public X509ServiceCertificateAuthentication SslCertificateAuthentication
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (1)
32internal X509ServiceCertificateAuthentication(X509ServiceCertificateAuthentication other)