6 references to Authentication
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (3)
122
channelCredentials.ServiceCertificate.
Authentication
.TrustedStoreLocation = location;
123
channelCredentials.ServiceCertificate.
Authentication
.RevocationMode = mode;
124
channelCredentials.ServiceCertificate.
Authentication
.CertificateValidationMode = validationMode;
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
80
this.Authentication.ApplyConfiguration(cert.
Authentication
);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
319
return new X509SecurityTokenAuthenticator(parent.ServiceCertificate.
Authentication
.GetCertificateValidator(), false);
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
137
this.
Authentication
.MakeReadOnly();