Sdílet prostřednictvím


KerberosRequestorSecurityToken.MatchesKeyIdentifierClause Metoda

Definice

Vrátí hodnotu, která označuje, zda identifikátor klíče pro tuto instanci odpovídá zadanému identifikátoru 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

A SecurityKeyIdentifierClause pro porovnání s touto instancí.

Návraty

true pokud keyIdentifierClause je typu KerberosTicketHashKeyIdentifierClause a výsledky žádosti o lístek Protokolu Kerberos se shodují, v opačném případě false.

Platí pro