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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.