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