3 references to AuthenticationMode
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
719
Fx.AssertAndThrow(this.securityManager.
AuthenticationMode
== PeerAuthenticationMode.Password, "Invalid AuthenticationMode!");
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
255
if (this.
AuthenticationMode
== PeerAuthenticationMode.None)
578
if (this.
AuthenticationMode
!= PeerAuthenticationMode.None)