1 write to authenticationMode
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
50
this.
authenticationMode
= authMode;
11 references to authenticationMode
System.ServiceModel (11)
System\ServiceModel\Channels\PeerSecurityManager.cs (11)
59
return
authenticationMode
;
482
else if (this.
authenticationMode
!= that.
authenticationMode
)
484
else if (this.
authenticationMode
== PeerAuthenticationMode.None)
507
if (
authenticationMode
!= PeerAuthenticationMode.Password)
528
return (
authenticationMode
== PeerAuthenticationMode.None);
530
if (
authenticationMode
== PeerAuthenticationMode.Password)
569
if (
authenticationMode
!= PeerAuthenticationMode.None)
589
if (!(this.
authenticationMode
== PeerAuthenticationMode.Password))
610
if (this.
authenticationMode
== PeerAuthenticationMode.Password)
630
if (this.
authenticationMode
!= PeerAuthenticationMode.Password || request == null)