7 references to MessageSenderAuthentication
System.ServiceModel (7)
System\ServiceModel\Channels\PeerSecurityManager.cs (5)
233
if (!credential.
MessageSenderAuthentication
.TryGetCertificateValidator(out validator))
322
if (credential.
MessageSenderAuthentication
!= null)
324
if (!credential.
MessageSenderAuthentication
.TryGetCertificateValidator(out messageValidator))
955
if (!this.credential.
MessageSenderAuthentication
.TryGetCertificateValidator(out validator))
1032
if (!this.credential.
MessageSenderAuthentication
.TryGetCertificateValidator(out validator))
System\ServiceModel\Configuration\PeerCredentialElement.cs (1)
72
this.MessageSenderAuthentication.ApplyConfiguration(creds.
MessageSenderAuthentication
);
System\ServiceModel\Security\PeerCredential.cs (1)
145
if (!SameAuthenticators(this.
MessageSenderAuthentication
, that.messageSenderAuthentication))