Specifies the authentication challenge algorithms supported.
Namespace:
LanScapeAssembly: 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 name | Description | |
---|---|---|
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.
|