HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

210 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAuthenticationHeaderGetAuthAlgorithm()
RvSipAuthenticationHeaderGetAuthAlgorithm()
DESCRIPTION
Gets the algorithm type enumeration from the Authentication header.
SYNTAX
RvSipAuthAlgorithm
RvSipAuthenticationHeaderGetAuthAlgorithm(
IN RvSipAuthenticationHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the Authentication header.
RETURN VALUES
Returns the algorithm type enumeration of the header.
REMARKS
If this function returns RVSIP_AUTH_ALGORITHM_OTHER, call
RvSipAuthenticationHeaderGetStrAuthAlgorithm(), to get the actual algorithm
type in a string format.