Share via


BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Méthode

Définition

Compare si la clé d'une clause spécifiée correspond à la clé de cette instance.

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

Paramètres

keyIdentifierClause
SecurityKeyIdentifierClause

SecurityKeyIdentifierClause à mettre en correspondance.

Retours

true en cas de correspondance ; sinon, false.

S’applique à