WebHttpBindingElement.Security Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar konfigurationselementet som innehåller de säkerhetsinställningar som används med den här bindningen.
public:
property System::ServiceModel::Configuration::WebHttpSecurityElement ^ Security { System::ServiceModel::Configuration::WebHttpSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.WebHttpSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.WebHttpSecurityElement
Public ReadOnly Property Security As WebHttpSecurityElement
Egenskapsvärde
Det WebHttpSecurityElement som används med den här bindningen. Standardvärdet är None.
- Attribut
Kommentarer
Om du vill använda en icke-standardtyp av säkerhet använder du WebHttpBinding(WebHttpSecurityMode) konstruktorn.