16 references to Security
System.ServiceModel.Web (16)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
199
this.Security.InitializeFrom(webBinding.
Security
);
259
this.Security.ApplyConfiguration(webBinding.
Security
);
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
58
get { return this.webHttpBinding.
Security
; }
System\ServiceModel\Web\WebChannelFactory.cs (2)
96
result.
Security
.Mode = WebHttpSecurityMode.Transport;
97
result.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.None;
System\ServiceModel\Web\WebServiceHost.cs (10)
138
bool automaticallyConfigureSecurity = !binding.
Security
.IsModeSet;
143
binding.
Security
.Mode = WebHttpSecurityMode.Transport;
147
binding.
Security
.Mode = WebHttpSecurityMode.TransportCredentialOnly;
151
binding.
Security
.Mode = WebHttpSecurityMode.None;
354
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.Digest;
359
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.Windows;
362
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.Ntlm;
365
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.Basic;
368
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.None;
371
whb.
Security
.Transport.ClientCredentialType = HttpClientCredentialType.InheritedFromHost;
System\ServiceModel\WebHttpBinding.cs (1)
296
return
Security
.InternalShouldSerialize();