3 writes to authenticationSchemes
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (3)
29
this.
authenticationSchemes
= AuthenticationSchemes.None;
35
this.
authenticationSchemes
= other.authenticationSchemes;
64
this.
authenticationSchemes
= value;
5 references to authenticationSchemes
System.ServiceModel (5)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (5)
35
this.authenticationSchemes = other.
authenticationSchemes
;
59
return this.
authenticationSchemes
;
102
if (this.
authenticationSchemes
!= AuthenticationSchemes.None)
108
if (otherAuthenticationSchemesBindingParameter.AuthenticationSchemes !=
authenticationSchemes
)
115
parameters.Add(new AuthenticationSchemesBindingParameter(this.
authenticationSchemes
));