ServerTransaction.ChallengeRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).