KerberosReceiverSecurityToken.MatchesKeyIdentifierClause Metodo

Definizione

Restituisce un valore che indica se l'identificatore di chiave per l'istanza corrisponde all'identificatore di chiave specificato.

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

Parametri

keyIdentifierClause
SecurityKeyIdentifierClause

Classe SecurityKeyIdentifierClause da confrontare con questa istanza.

Restituisce

true se keyIdentifierClause è di tipo KerberosTicketHashKeyIdentifierClause e il ticket Kerberos corrisponde. In caso contrario, false.

Si applica a