SecurityMessageProperty.HasIncomingSupportingTokens 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.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.