4 references to X509ClientCertificateAuthenticationElement
System.ServiceModel (4)
System\ServiceModel\Configuration\Properties.cs (1)
4136
properties.Add(new ConfigurationProperty("authentication", typeof(System.ServiceModel.Configuration.
X509ClientCertificateAuthenticationElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
75
public void Copy(
X509ClientCertificateAuthenticationElement
from)
System\ServiceModel\Configuration\X509InitiatorCertificateServiceElement.cs (2)
28
public
X509ClientCertificateAuthenticationElement
Authentication
30
get { return (
X509ClientCertificateAuthenticationElement
)base[ConfigurationStrings.Authentication]; }