SecurityMessageProperty.HasIncomingSupportingTokens Property

Definition

Indicates whether the incoming message contains at least one supporting security token.

public:
 property bool HasIncomingSupportingTokens { bool get(); };
public bool HasIncomingSupportingTokens { get; }
member this.HasIncomingSupportingTokens : bool
Public ReadOnly Property HasIncomingSupportingTokens As Boolean

Property Value

true if IncomingSupportingTokens contains at least one entry; otherwise, false.

Remarks

Supporting tokens provide additional claims beyond those contained in the principal tokens for the binding. Supporting tokens can be scoped at a different scope than the binding.

Applies to