SecurityToken.MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) Metoda

Definice

Vrátí hodnotu, která označuje, zda identifikátor klíče pro tuto instanci lze přeložit na zadaný identifikátor klíče.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

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

Návraty

true pokud keyIdentifierClause je a SecurityKeyIdentifierClause má stejný jedinečný identifikátor jako Id vlastnost; v opačném případě false.

Poznámky

Výchozí implementace podporuje klauzule identifikátoru klíče typu . LocalIdKeyIdentifierClause

Platí pro

Viz také