krb5_kt_get_type -- Return the keytab
prefix

C Prototype

char * krb5_kt_get_type (
krb5_context context,
krb5_keytab keytab );
Arguments

context (input/output) | | The context structure. |
| keytab (output) | | The keytab structure whose
type is returned. |
Description

This routine returns the keytab prefix string as its return
value.
Return
Values

This routine returns the following:
A string representing the prefix value of the
keytab structure.
|