 |
Index for Section 3 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
csf_gss_get_OidAddress(3)
NAME
csf_gss_get_OidAddress - Return a pointer to static storage that contains
the requested OID
SYNOPSIS
#include <gssapi/gssapi.h>
gss_OID csf_gss_get_OidAddress(
int oid_index );
PARAMETERS
oid_index
The index of the OID.
The following indices are supported:
index=0 rfc_krb5_c_OID
index=2 GSS_C_NT_USER_NAME
GSS_KRB5_NT_USER_NAME
index=3 GSS_C_NT_MACHINE_UID_NAME
GSS_KRB5_NT_MACHINE_UID_NAME
index=4 GSS_C_NT_STRING_UID_NAME
GSS_KRB5_NT_STRING_UID_NAME
index=5 GSS_C_NT_HOSTBASED_SERVICE
GSS_C_NT_HOSTBASED_SERVICE_NAME
index=7 GSS_C_NT_EXPORT_NAME
index=8 GSS_KRB5_NT_PRINCIPAL_NAME
index=9 GSS_KRB5_NT_PRINCIPAL
DESCRIPTION
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().
RETURN VALUES
This function returns a pointer to the requested OID.
PORTABILITY CONSIDERATIONS
This function is an extension of the GSS-API standard that is not supported
by other GSS-API implementations.
SEE ALSO
Functions: csf_gss_get_RfcOidSet(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|