-

krb5_timestamp_to_string - Convert a timestamp to a string.

+

krb5_timestamp_to_string - Convert a timestamp to a string.

-krb5_error_code krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
+krb5_error_code krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
-
param
+
param:

[in] timestamp - Timestamp to convert

[out] buffer - Buffer to hold converted timestamp

[in] buflen - Storage available in buffer

-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -135,8 +133,8 @@