2 writes to mode
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
848
this.
mode
= mode;
856
this.
mode
= mode;
4 references to mode
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
938
if (result == null &&
mode
== PeerAuthenticationMode.Password)
999
if (
mode
== PeerAuthenticationMode.Password && IsForConnectionValidator(requirement))
1022
if (this.
mode
== PeerAuthenticationMode.MutualCertificate)
1057
if (that.credential == null || !this.credential.Equals(that.credential, this.
mode
, this.messageAuth))