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