HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Authentication Header Functions 195
Get and Set Functions
RvSipAuthenticationHeaderGetAuthScheme()
RvSipAuthenticationHeaderGetAuthScheme()
DESCRIPTION
Gets the authentication scheme enumeration from the Authentication header.
SYNTAX
RvSipAuthScheme RvSipAuthenticationHeaderGetAuthScheme(
IN RvSipAuthenticationHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the Authentication header.
RETURN VALUES
Returns the authentication scheme enumeration from the header.
REMARKS
If this function returns RVSIP_AUTH_SCHEME_OTHER, call
RvSipAuthenticationHeaderGetStrAuthScheme() to get the actual
Authentication scheme in a string format.