krb5_error_code krb5_salttype_to_string ( krb5_int32 salttype, char *buffer, size_t buflen );
The salttype to convert.
A pointer to the buffer to receive the converted string.
The length of buffer.
This routine converts a salttype (krb5_int32) into a string.
This routine returns the following KRB5 status codes:
0
Invalid parameter.
ENOMEM
Insufficient memory (buffer length less than output size).