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