Sdílet prostřednictvím


SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Metoda

Definice

Vrátí hodnotu, která označuje, jestli je identifikátor klíče pro tuto instanci ekvivalentní klauzuli identifikátoru zadaného klíče.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause pro porovnání s.

Návraty

true if keyIdentifierClause je stejná instance jako aktuální instance, jinak falsehodnota .

Výjimky

keyIdentifierClause je null.

Platí pro