<security> di <webHttpBinding>
Specifica i requisiti di protezione per un endpoint configurato con <associazioneHttpWs>.
<system.serviceModel>
<bindings>
<associazioneHttpWs>
<associazione>
<security> di <webHttpBinding>
<system.ServiceModel>
<bindings>
<webHttpBinding>
<binding name = "string">
<security mode="None/Transport/TransportCredentialOnly">
<transport clientCredentialType =
"Basic/Certificate/Digest/None/Ntlm/Windows"
proxyCredentialType="Basic/Digest/None/Ntlm/Windows"
realm="string" />
</security>
</webHttpBinding>
</bindings>
</system.ServiceModel>
Attributi ed elementi
Attributi
Attributo | Descrizione |
---|---|
mode |
Consente di specificare se un endpoint utilizza la protezione a livello di trasporto o se non utilizza alcuna protezione. L'impostazione predefinita è None. L'attributo è di tipo WebHttpSecurityMode. |
Elementi figlio
Elemento | Descrizione |
---|---|
Definisce le impostazioni di protezione del trasporto. Questo elemento corrisponde al tipo HttpTransportSecurityElement. |
Elementi padre
Elemento | Descrizione |
---|---|
Elemento di associazione utilizzato per configurare endpoint per servizi Web Windows Communication Foundation (WCF) che rispondono a richieste HTTP anziché a messaggi SOAP. |
Vedere anche
Riferimenti
WebHttpBindingElement
WSHttpSecurityElement
Security
Security
WebHttpSecurity
Concetti
Altre risorse
Securing Services and Clients
Selecting a Credential Type
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients
Web Programming Model