Edit

Share via


ServerTransaction.ChallengeRequest Method

Definition

The ChallengeRequest method sends an authentication challenge response to the client transaction whose request is attempting to initiate this server transaction.

public:
 void ChallengeRequest();
public void ChallengeRequest ();
Public Sub ChallengeRequest ()

Remarks

The challenge response is installation-specific (for example, if Kerberos is the primary authentication model supported by the server, than the challenge will be through Kerberos).

Applies to