10 references to TryGetCertificateValidator
System.ServiceModel (10)
System\ServiceModel\Channels\PeerSecurityManager.cs (7)
223if (!credential.PeerAuthentication.TryGetCertificateValidator(out validator)) 233if (!credential.MessageSenderAuthentication.TryGetCertificateValidator(out validator)) 313if (!credential.PeerAuthentication.TryGetCertificateValidator(out connectionValidator)) 324if (!credential.MessageSenderAuthentication.TryGetCertificateValidator(out messageValidator)) 955if (!this.credential.MessageSenderAuthentication.TryGetCertificateValidator(out validator)) 1024if (!this.credential.PeerAuthentication.TryGetCertificateValidator(out validator)) 1032if (!this.credential.MessageSenderAuthentication.TryGetCertificateValidator(out validator))
System\ServiceModel\Security\PeerCredential.cs (2)
135one.TryGetCertificateValidator(out first); 136two.TryGetCertificateValidator(out second);
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (1)
141if (!TryGetCertificateValidator(out result))