SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Methode

Definitie

Retourneert een waarde die aangeeft of de sleutel-id voor dit exemplaar gelijk is aan de opgegeven sleutel-id-component.

public:
 virtual bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public virtual bool Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
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

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause om te vergelijken met.

Retouren

trueals keyIdentifierClause dit hetzelfde exemplaar is als het huidige exemplaar; anders. false

Uitzonderingen

keyIdentifierClause is null.

Van toepassing op