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

Authorization Header Functions 279
Get and Set Functions
RvSipAuthorizationHeaderSetNonce()
RvSipAuthorizationHeaderSetNonce()
DESCRIPTION
Sets the nonce string in the Authorization header.
SYNTAX
RvStatus RvSipAuthorizationHeaderSetNonce(
IN RvSipAuthorizationHeaderHandle hHeader,
IN RvChar* pNonce);
PARAMETERS
hHeader
The handle to the Authorization header.
pNonce
The nonce string to be set in the Authorization header. If a NULL value is
supplied, the existing nonce string in the header is removed.
RETURN VALUES
Returns RvStatus.