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^)
.NET Framework (current version)
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
protected: static void SetIssuerBindingContextIfRequired( SecurityTokenParameters^ parameters, BindingContext^ issuerBindingContext )
Parameters
- parameters
- Type: System.ServiceModel.Security.Tokens::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
Available since 3.0
Show: