NetHttpBinding.Security Property

Definition

Gets or sets the security used with services configured with the binding.

public:
 property System::ServiceModel::BasicHttpSecurity ^ Security { System::ServiceModel::BasicHttpSecurity ^ get(); void set(System::ServiceModel::BasicHttpSecurity ^ value); };
public System.ServiceModel.BasicHttpSecurity Security { get; set; }
member this.Security : System.ServiceModel.BasicHttpSecurity with get, set
Public Property Security As BasicHttpSecurity

Property Value

The security used with services configured with the binding.

Applies to