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