2 writes to messageAuth
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
849
this.
messageAuth
= messageAuth;
857
this.
messageAuth
= messageAuth;
1 reference to messageAuth
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
1057
if (that.credential == null || !this.credential.Equals(that.credential, this.mode, this.
messageAuth
))