|
csf_gss_get_OidAddress(3)
Contents
|
csf_gss_get_OidAddress - Return a pointer to static storage
that contains the requested OID
#include <gssapi/gssapi.h>
gss_OID csf_gss_get_OidAddress(
int oid_index );
The index of the OID.
The following indices are supported: rfc_krb5_c_OID
GSS_C_NT_USER_NAME
GSS_KRB5_NT_USER_NAME GSS_C_NT_MACHINE_UID_NAME
GSS_KRB5_NT_MACHINE_UID_NAME
GSS_C_NT_STRING_UID_NAME
GSS_KRB5_NT_STRING_UID_NAME GSS_C_NT_HOSTBASED_SERVICE
GSS_C_NT_HOSTBASED_SERVICE_NAME
GSS_C_NT_EXPORT_NAME GSS_KRB5_NT_PRINCIPAL_NAME
GSS_KRB5_NT_PRINCIPAL
The csf_gss_get_OidAddress() function is an extension that
returns a pointer to static storage that contains the
requested OID.
This function is the preferred alternative to
csfgss_pPtr().
This function returns a pointer to the requested OID.
PORTABILITY CONSIDERATIONS [Toc] [Back] This function is an extension of the GSS-API standard that
is not supported by other GSS-API implementations.
Functions: csf_gss_get_RfcOidSet(3)
csf_gss_get_OidAddress(3)
[ Back ] |