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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.