HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_cc_get_type — Return the CC prefix

 » Table of Contents

 » Glossary

 » Index

C Prototype

const char *krb5_cc_get_type (
krb5_context context,
krb5_ccache cache );

Arguments

context (input/output) 

The context structure.

cache (input)  

he credentials cache.

Description

This routine returns the credentials cache prefix string as its return value.

Return Values

This routine returns the following:

A string representing the credentials cache prefix.