KerberosReceiverSecurityToken.MatchesKeyIdentifierClause Método

Definição

Retorna um valor que indica se o identificador de chave dessa instância corresponde ao identificador de chave especificado.

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

Parâmetros

keyIdentifierClause
SecurityKeyIdentifierClause

Um SecurityKeyIdentifierClause a ser comparado com essa instância.

Retornos

true se keyIdentifierClause for do tipo KerberosTicketHashKeyIdentifierClause e houver correspondência do tíquete Kerberos; caso contrário, false.

Aplica-se a