Sdílet prostřednictvím


RsaSecurityToken.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

truepokud keyIdentifierClause je typ RsaKeyIdentifierClause a klíče se shodují, jinak . false

Platí pro