BasicHttpsSecurityElement.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 the basic HTTPS security mode.
public:
property System::ServiceModel::BasicHttpsSecurityMode Mode { System::ServiceModel::BasicHttpsSecurityMode get(); void set(System::ServiceModel::BasicHttpsSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpsSecurityMode.Transport)]
public System.ServiceModel.BasicHttpsSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpsSecurityMode.Transport)>]
member this.Mode : System.ServiceModel.BasicHttpsSecurityMode with get, set
Public Property Mode As BasicHttpsSecurityMode
Property Value
The basic HTTPS security mode.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.