2 writes to certificateAuthenticator
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
47this.certificateAuthenticator = 67this.certificateAuthenticator = new X509SecurityTokenAuthenticator(X509CertificateValidator.None,
2 references to certificateAuthenticator
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
63X509SecurityTokenAuthenticator authenticator = this.certificateAuthenticator as X509SecurityTokenAuthenticator; 154ReadOnlyCollection<IAuthorizationPolicy> policies = this.certificateAuthenticator.ValidateToken(token);