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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.