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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.