krb5_auth_con_getremoteseqnumber -- Retrieve
and store the remote sequence number

C Prototype

krb5_error_code krb5_auth_con_getremoteseqnumber(
krb5_context context,
krb5_auth_context auth_context,
krb5_int32 *seqnumber );
Arguments

context (input/output) | | The context structure. |
| auth_context (input/output) |
 | | A per-connection context. |
| seqnumber (input) | | The address of the location
to store the remote sequence number. |
Description

This routine retrieves the remote sequence number that was
used during authentication and stores it in seqnumber.
Return
Values

This routine returns the following KRB5 status code: