18 references to Password
System.ServiceModel (18)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
719
Fx.AssertAndThrow(this.securityManager.AuthenticationMode == PeerAuthenticationMode.
Password
, "Invalid AuthenticationMode!");
System\ServiceModel\Channels\PeerSecurityManager.cs (15)
146
authMode = PeerAuthenticationMode.
Password
;
174
if (authenticationMode == PeerAuthenticationMode.
Password
)
211
case PeerAuthenticationMode.
Password
:
297
case PeerAuthenticationMode.
Password
:
507
if (authenticationMode != PeerAuthenticationMode.
Password
)
530
if (authenticationMode == PeerAuthenticationMode.
Password
)
589
if (!(this.authenticationMode == PeerAuthenticationMode.
Password
))
610
if (this.authenticationMode == PeerAuthenticationMode.
Password
)
630
if (this.authenticationMode != PeerAuthenticationMode.
Password
|| request == null)
655
PeerAuthenticationMode mode = PeerAuthenticationMode.
Password
;
738
if (mode == PeerAuthenticationMode.
Password
)
758
if (result == null && mode == PeerAuthenticationMode.
Password
)
822
if (this.mode == PeerAuthenticationMode.
Password
)
938
if (result == null && mode == PeerAuthenticationMode.
Password
)
999
if (mode == PeerAuthenticationMode.
Password
&& IsForConnectionValidator(requirement))
System\ServiceModel\Channels\TransportDefaults.cs (1)
411
internal const PeerAuthenticationMode PeerNodeAuthenticationMode = PeerAuthenticationMode.
Password
;
System\ServiceModel\Security\PeerCredential.cs (1)
154
case PeerAuthenticationMode.
Password
: