ServerTransaction.ChallengeRequest method

 
Microsoft Office Live Communications Server 2005 with SP1

ServerTransaction.ChallengeRequest

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

[C#]public void ChallengeRequest();
[Visual Basic .NET]Public Sub ChallengeRequest()

Parameters

This method has no parameters.

Return Values

This method has no return values.

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 via Kerberos).

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ServerTransaction

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.