WSFederationHttpBinding.Security 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 type of security used with this binding.
public:
property System::ServiceModel::WSFederationHttpSecurity ^ Security { System::ServiceModel::WSFederationHttpSecurity ^ get(); };
public:
property System::ServiceModel::WSFederationHttpSecurity ^ Security { System::ServiceModel::WSFederationHttpSecurity ^ get(); void set(System::ServiceModel::WSFederationHttpSecurity ^ value); };
public System.ServiceModel.WSFederationHttpSecurity Security { get; }
public System.ServiceModel.WSFederationHttpSecurity Security { get; set; }
member this.Security : System.ServiceModel.WSFederationHttpSecurity
member this.Security : System.ServiceModel.WSFederationHttpSecurity with get, set
Public ReadOnly Property Security As WSFederationHttpSecurity
Public Property Security As WSFederationHttpSecurity
Property Value
The WSFederationHttpSecurity that specifies the mode of security used with this binding. The default value of the WSFederationHttpSecurityMode for this binding is Message.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.