Partager via


SessionSecurityTokenResolver.TryResolveTokenCore Méthode

Définition

Tente de résoudre le jeton à partir de l'identificateur de clé spécifié.

Surcharges

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Tente de résoudre le jeton à partir de l'identificateur de clé spécifié.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Tente de résoudre le jeton à partir de la clause d'identificateur de clé spécifiée.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Tente de résoudre le jeton à partir de l'identificateur de clé spécifié.

protected:
 override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifier * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifier As SecurityKeyIdentifier, ByRef token As SecurityToken) As Boolean

Paramètres

keyIdentifier
SecurityKeyIdentifier

Identificateur de clé.

token
SecurityToken

Lorsque cette méthode retourne, elle contient le noyau de la clé résolue. Ce paramètre est passé sans être initialisé.

Retours

true si la résolution du jeton de la clé a abouti ; sinon, false.

S’applique à

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Tente de résoudre le jeton à partir de la clause d'identificateur de clé spécifiée.

protected:
 override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifierClause * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifierClause As SecurityKeyIdentifierClause, ByRef token As SecurityToken) As Boolean

Paramètres

keyIdentifierClause
SecurityKeyIdentifierClause

Clause d'identificateur de clé.

token
SecurityToken

Lorsque cette méthode retourne, elle contient le noyau de la clé résolue. Ce paramètre est passé sans être initialisé.

Retours

true si la résolution du jeton de la clé a abouti ; sinon, false.

S’applique à