SecurityContextSecurityToken.MatchesKeyIdentifierClause Méthode

Définition

Indique si la clause d'identificateur de clé du jeton actuel correspond à une clause d'identificateur de clé spécifiée.

public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Paramètres

keyIdentifierClause
SecurityKeyIdentifierClause

Clause d'identificateur de clé spécifiée.

Retours

true si la clause d'identificateur de clé du jeton actuel correspond à une clause d'identificateur de clé spécifiée ; sinon, false. La valeur par défaut est false.

S’applique à