SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Metoda

Definicja

Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równoważny z określoną klauzulą identyfikatora klucza.

public:
 virtual bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public:
 virtual bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ clause);
public virtual bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
public virtual bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause clause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
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
Public Overridable Function Matches (clause As SecurityKeyIdentifierClause) As Boolean

Parametry

keyIdentifierClauseclause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause do porównania.

Zwraca

Boolean

true jeśli keyIdentifierClause jest to to samo wystąpienie co bieżące wystąpienie; w przeciwnym razie false.

Wyjątki

keyIdentifierClause to null.

Dotyczy