skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: GSSAPI (Generic Security Services Application... GSSAPI (Generic Security Services Application...
go to previous page: gss_inquire_cred_by_mech  Obtain per-mechanism information about a credential gss_inquire_cred_by_mech Obtain per-mechanism information about...
go to next page: gss_process_context_token  Pass a security context to the security servicegss_process_context_token Pass a security context to the security...
end of book navigation links

gss_inquire_names_for_mech -- Return set of supported nametypes 



C Prototype 

OM_uint32 gss_inquire_names_for_mech(
        OM_uint32              minor_status,
        gss_OID                mechanism,
        gss_OID_set            name_types );

Arguments 

minor_status
(output)
 An implementation-specific status code.
mechanism (input) The mechanism to be interrogated.
name_types (output) The set of name-types supported by the specified mechanism. The returned OID set must be freed by the application after use with a call to gss_release_oid_set.

Description 

This routine returns the set of nametypes supported by the specified mechanism.

Return Values 

This routine returns the following GSS status code:

GSS_S_COMPLETE
Successful completion.


go to previous page: gss_inquire_cred_by_mech  Obtain per-mechanism information about a credential gss_inquire_cred_by_mech Obtain per-mechanism information about...
go to next page: gss_process_context_token  Pass a security context to the security servicegss_process_context_token Pass a security context to the security...