3 writes to messageAuth
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
664
this.
messageAuth
= messageAuth;
672
this.
messageAuth
= messageAuth;
703
cloner.
messageAuth
= this.messageAuth;
4 references to messageAuth
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
690
return new PeerClientSecurityTokenManager(this.parent, manager, mode,
messageAuth
);
692
return new PeerClientSecurityTokenManager(this.parent, credential, mode,
messageAuth
);
703
cloner.messageAuth = this.
messageAuth
;
808
return this.credential.Equals(that.credential, mode,
messageAuth
);