SecurityContextSecurityToken.MatchesKeyIdentifierClause Metoda

Definice

Určuje, jestli klauzule identifikátoru klíče aktuálního tokenu odpovídá klauzuli identifikátoru zadaného klíč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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

Klauzule identifikátoru zadaného klíče.

Návraty

truePokud klauzule identifikátoru klíče aktuálního tokenu odpovídá zadané klauzuli identifikátoru klíče; v opačném případě . false Výchozí formát je false.

Platí pro