ServiceModelSecurityTokenRequirement.SecurityBindingElement 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 security binding element.
public:
property System::ServiceModel::Channels::SecurityBindingElement ^ SecurityBindingElement { System::ServiceModel::Channels::SecurityBindingElement ^ get(); void set(System::ServiceModel::Channels::SecurityBindingElement ^ value); };
public System.ServiceModel.Channels.SecurityBindingElement SecurityBindingElement { get; set; }
member this.SecurityBindingElement : System.ServiceModel.Channels.SecurityBindingElement with get, set
Public Property SecurityBindingElement As SecurityBindingElement
Property Value
The security binding element.
Remarks
In case of SOAP message security, this property contains the security binding element of the binding that produces the token requirement.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.