If the Operation member is set to AUTHENTICATE_INCOMING_MESSAGE, this member can be used to specify the challenge type the application is requesting of the far end. Currently the media engine supports Digest authentication using the MD5 algorithm. This member must be set to CHALLENGE_TYPE_DIGEST.

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

Syntax

C#
public VoipMediaEngine..::.CHALLENGE_TYPE ChallengeType
Visual Basic (Declaration)
Public ChallengeType As VoipMediaEngine..::.CHALLENGE_TYPE
Visual C++
public:
VoipMediaEngine..::.CHALLENGE_TYPE ChallengeType
J#
public VoipMediaEngine..::.CHALLENGE_TYPE ChallengeType

See Also