BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Methode

Definitie

Vergelijkt of de sleutel van een opgegeven component overeenkomt met de sleutel van dit exemplaar.

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

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

De SecurityKeyIdentifierClause te vergelijken.

Retouren

true als er een overeenkomst is; anders, false.

Van toepassing op