SecurityBindingElement.OptionalEndpointSupportingTokenParameters 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 the optional supporting token parameters for the service endpoint.
public:
property System::ServiceModel::Security::Tokens::SupportingTokenParameters ^ OptionalEndpointSupportingTokenParameters { System::ServiceModel::Security::Tokens::SupportingTokenParameters ^ get(); };
public System.ServiceModel.Security.Tokens.SupportingTokenParameters OptionalEndpointSupportingTokenParameters { get; }
member this.OptionalEndpointSupportingTokenParameters : System.ServiceModel.Security.Tokens.SupportingTokenParameters
Public ReadOnly Property OptionalEndpointSupportingTokenParameters As SupportingTokenParameters
Property Value
The SupportingTokenParameters for the service endpoint.
Remarks
Supporting tokens provide additional claims beyond those contained in the primary tokens for the binding. Supporting tokens can be scoped at a different scope than the binding, in this case the endpoint. The service does not reject the message in case it does not contain tokens that correspond to token types specified in the OptionalEndpointSupportingTokenParameters collection.