CHALLENGE_ALGORITHM

 

The CHALLENGE_ALGORITHM enumeration allows the application to specify the algorithm to be used during challenge authentications.

 

 

typedef enum

{

CHALLENGE_ALGORITHM_UNDEFINED = 0,

CHALLENGE_ALGORITHM_MD5

 

}CHALLENGE_ALGORITHM;

 

 

 

Members:

 

CHALLENGE_ALGORITHM_UNDEFINED

Reserved. Applications should not specify this algorithm type.

 

CHALLENGE_ALGORITHM_MD5

Specifies that the media engine will use the MD5 hash algorithm when performing challenge authentications.