WSHttpContextBindingElement.ContextProtectionLevel Eigenschap

Definitie

Hiermee haalt u het contextbeveiligingsniveau van de SOAP-header op die wordt gebruikt om de contextgegevens door te geven.

public:
 property System::Net::Security::ProtectionLevel ContextProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
[System.Configuration.ConfigurationProperty("contextProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)]
public System.Net.Security.ProtectionLevel ContextProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("contextProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)>]
member this.ContextProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ContextProtectionLevel As ProtectionLevel

Waarde van eigenschap

Het contextbeveiligingsniveau van de SOAP-header die wordt gebruikt om de contextinformatie door te geven. De standaardwaarde is Sign.

Kenmerken

Van toepassing op