6 references to PeerAuthentication
System.ServiceModel (6)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
223if (!credential.PeerAuthentication.TryGetCertificateValidator(out validator)) 313if (!credential.PeerAuthentication.TryGetCertificateValidator(out connectionValidator)) 1024if (!this.credential.PeerAuthentication.TryGetCertificateValidator(out validator))
System\ServiceModel\Configuration\PeerCredentialElement.cs (1)
68this.PeerAuthentication.ApplyConfiguration(creds.PeerAuthentication);
System\ServiceModel\Security\PeerCredential.cs (2)
165if (!SameAuthenticators(this.PeerAuthentication, that.PeerAuthentication))