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: