SecurityToken.MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) Método

Definição

Retorna um valor que indica se o identificador de chave dessa instância pode ser resolvido para o identificador de chave especificado.

public:
 virtual bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public virtual bool MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overridable Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parâmetros

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause para comparar com essa instância.

Retornos

true se keyIdentifierClause for um SecurityKeyIdentifierClause e tiver o mesmo identificador exclusivo que a Id propriedade; caso contrário, false.

Comentários

A implementação padrão dá suporte a cláusulas de identificador de chave do tipo LocalIdKeyIdentifierClause

Aplica-se a

Confira também