SecurityBindingElement.OptionalEndpointSupportingTokenParameters 属性
定义
获取服务终结点的可选支持令牌参数。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
属性值
服务终结点的 SupportingTokenParameters。The SupportingTokenParameters for the service endpoint.
注解
支持令牌除了提供包含在绑定的主令牌中的声明之外,还提供其他声明。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. 即便消息不包含与 OptionalEndpointSupportingTokenParameters 集合中指定的令牌类型相符的令牌,服务也不会拒绝该消息。The service does not reject the message in case it does not contain tokens that correspond to token types specified in the OptionalEndpointSupportingTokenParameters collection.