Partager via


Méthode AggregateTokenResolver.TryResolveTokenCore (SecurityKeyIdentifierClause, out SecurityToken)

Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim keyIdentifierClause As SecurityKeyIdentifierClause
Dim token As SecurityToken
Dim returnValue As Boolean

returnValue = Me.TryResolveTokenCore(keyIdentifierClause, token)

Syntaxe

'Déclaration
Protected Overrides Function TryResolveTokenCore ( _
    keyIdentifierClause As SecurityKeyIdentifierClause, _
    <OutAttribute> ByRef token As SecurityToken _
) As Boolean
protected override bool TryResolveTokenCore (
    SecurityKeyIdentifierClause keyIdentifierClause,
    out SecurityToken token
)
protected:
virtual bool TryResolveTokenCore (
    SecurityKeyIdentifierClause^ keyIdentifierClause, 
    [OutAttribute] SecurityToken^% token
) override
protected boolean TryResolveTokenCore (
    SecurityKeyIdentifierClause keyIdentifierClause, 
    /** @attribute OutAttribute() */ /** @ref */ SecurityToken token
)

Paramètres

  • keyIdentifierClause
     
  • token
     

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe AggregateTokenResolver
Membres AggregateTokenResolver
Espace de noms Microsoft.IdentityModel.Tokens