BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Methode

Definition

Vergleicht, ob der Schlüssel einer angegebenen Klausel zum Schlüssel dieser Instanz passt.

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

Parameter

keyIdentifierClauseclause
SecurityKeyIdentifierClause

Der SecurityKeyIdentifierClause, mit dem eine Übereinstimmung gefunden werden soll.

Gibt zurück

Boolean

true, wenn eine Übereinstimmung besteht, andernfalls false.

Gilt für: