krb5_rc_get_type()--Get Replay Cache Type


  Syntax
 #include <krb5.h>

 char * krb5_rc_get_type(
     krb5_context     context,   
     krb5_rcache      rcache); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_rc_get_type() function returns the replay cache type. For example, the character strings "dfl" or "mem" might be returned.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

rcache  (Input)
The replay cache handle.

Return Value

The krb5_rc_get_type() routine returns returns the replay cache type. This is a read-only value and must not be freed by the application.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]