Specifies the authentication challenge algorithms supported.

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

Syntax

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

Members

Member nameDescription
CHALLENGE_ALGORITHM_MD5
Specifies that the media engine will use the MD5 hash algorithm when performing challenge authentications.
CHALLENGE_ALGORITHM_UNDEFINED
Reserved. Applications should not specify this algorithm type.

See Also