3 writes to mode
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
663
this.
mode
= mode;
671
this.
mode
= mode;
702
cloner.
mode
= this.mode;
8 references to mode
System.ServiceModel (8)
System\ServiceModel\Channels\PeerSecurityManager.cs (8)
690
return new PeerClientSecurityTokenManager(this.parent, manager,
mode
, messageAuth);
692
return new PeerClientSecurityTokenManager(this.parent, credential,
mode
, messageAuth);
702
cloner.mode = this.
mode
;
738
if (
mode
== PeerAuthenticationMode.Password)
758
if (result == null &&
mode
== PeerAuthenticationMode.Password)
808
return this.credential.Equals(that.credential,
mode
, messageAuth);
820
if (this.
mode
== PeerAuthenticationMode.None)
822
if (this.
mode
== PeerAuthenticationMode.Password)