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