BasicHttpSecurityElement.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an XML element that specifies the security mode for a basic HTTP service.
public:
property System::ServiceModel::BasicHttpSecurityMode Mode { System::ServiceModel::BasicHttpSecurityMode get(); void set(System::ServiceModel::BasicHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpSecurityMode.None)]
public System.ServiceModel.BasicHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpSecurityMode.None)>]
member this.Mode : System.ServiceModel.BasicHttpSecurityMode with get, set
Public Property Mode As BasicHttpSecurityMode
Property Value
The security mode for a basic HTTP service.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.