Supported authentication challenge types.

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

Syntax

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

Members

Member nameDescription
CHALLENGE_TYPE_DIGEST
Specifies that the media engine will challenge the far end using Digest authentication.
CHALLENGE_TYPE_UNDEFINED
Reserved. Applications should not specify this challenge type.

See Also