BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Método

Definición

Compara si la clave de una cláusula especificada coincide con la clave de esta instancia.

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

Parámetros

keyIdentifierClauseclause
SecurityKeyIdentifierClause

SecurityKeyIdentifierClause que se va a comparar.

Devoluciones

Boolean

true si hay una coincidencia; en caso contrario, false.

Se aplica a