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

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
ChallengeRequest
Visual Basic (usage)
Dim 
instance 
As 

ServerTransaction

instance.
ChallengeRequest()
C#
public 
void 
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).

See also