SecurityToken.MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) Método

Definição

Devolve um valor que indica se o identificador de chave desta 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 este caso.

Devoluções

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

Observações

A implementação por defeito suporta cláusulas identificadoras de chave do tipo LocalIdKeyIdentifierClause

Aplica-se a

Ver também