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

Authentication Header Functions 197
Get and Set Functions
RvSipAuthenticationHeaderSetAuthScheme()
RvSipAuthenticationHeaderSetAuthScheme()
DESCRIPTION
Sets the authentication scheme in the Authentication header.
SYNTAX
RvStatus RvSipAuthenticationHeaderSetAuthScheme(
IN RvSipAuthenticationHeaderHandle hHeader,
IN RvSipAuthScheme eAuthScheme,
IN RvChar* strAuthScheme);
PARAMETERS
hHeader
The handle to the Authentication header.
eAuthScheme
The authentication scheme to be set in the object.
strAuthScheme
The authentication scheme to be set in the object. You can only use this
parameter if eAuthScheme is RVSIP_AUTH_SCHEME_OTHER. Otherwise,
the parameter is ignored.
RETURN VALUES
Returns RvStatus.