BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Método

Definição

Compara se a tonalidade de uma cláusula especificada corresponde à chave desta instância.

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

Parâmetros

keyIdentifierClause
SecurityKeyIdentifierClause

O SecurityKeyIdentifierClause para combinar.

Devoluções

true se houver uma correspondência; caso contrário, false.

Aplica-se a