Specifies the authentication challenge mode your application wants to enforce.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public enum CHALLENGE_MODE
Visual Basic (Declaration)
Public Enumeration CHALLENGE_MODE
Visual C++
public enum class CHALLENGE_MODE
J#
public enum CHALLENGE_MODE

Members

Member nameDescription
CHALLENGE_MODE_PROXY_AUTHENTICATE
Perform Proxy authentication challenge. Use this mode of challenge if your intended application type is a media bridge/media proxy or other similar type application.
CHALLENGE_MODE_WWW_AUTHENTICATE
Perform WWW authentication challenge. If you are developing an endpoint application like a soft phone or voicemail server, you will want to use this mode of message challenge.
CHALLENGE_MODE_NONE
Do not perform a message challenge.

See Also