KerberosReceiverSecurityToken.MatchesKeyIdentifierClause Método

Definición

Devuelve un valor que indica si el identificador de clave para esta instancia coincide con el identificador de clave 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

Un SecurityKeyIdentifierClause que se va a comparar con esta instancia.

Devoluciones

true si keyIdentifierClause es de tipo KerberosTicketHashKeyIdentifierClause y el vale de Kerberos coincide; de lo contrario, false.

Se aplica a