BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Metoda

Definice

Porovná, zda klíč zadané klauzule odpovídá klíči této instance.

public:
 override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public:
 override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ clause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause clause);
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Public Overrides Function Matches (clause As SecurityKeyIdentifierClause) As Boolean

Parametry

keyIdentifierClauseclause
SecurityKeyIdentifierClause

Tak, SecurityKeyIdentifierClause aby odpovídal.

Návraty

Boolean

true Pokud existuje shoda; v opačném případě false .

Platí pro