Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityBindingElement::SetIssuerBindingContextIfRequired Method (SecurityTokenParameters^, BindingContext^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the key for the token requirement property whose value is the BindingContext used to talk to the issuing party if the requirement is for an issued token.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
static void SetIssuerBindingContextIfRequired(
	SecurityTokenParameters^ parameters,
	BindingContext^ issuerBindingContext
)

Parameters

parameters
Type: System.ServiceModel.Security.Tokens::SecurityTokenParameters^

The SecurityTokenParameters.

issuerBindingContext
Type: System.ServiceModel.Channels::BindingContext^

The BindingContext object that represents the key for the token requirement property whose value is the BindingContext used to talk to the issuing party.

Reserved for system use.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft