1 write to AuthenticationScheme
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
217
this.
AuthenticationScheme
= source.AuthenticationScheme;
2 references to AuthenticationScheme
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
183
binding.AuthenticationScheme = this.
AuthenticationScheme
;
217
this.AuthenticationScheme = source.
AuthenticationScheme
;