BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
true
Pokud existuje shoda; v opačném případě false
.