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