SecurityToken.MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) Método

Definição

Retorna um valor que indica se o identificador de chave para esta 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

Um SecurityKeyIdentifierClause a ser comparado com essa instância.

Retornos

true se keyIdentifierClause é um SecurityKeyIdentifierClause e tem o mesmo identificador exclusivo que a propriedade Id; 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