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_release_oid_set  Free storage associated with a gss_OID_set object gss_release_oid_set Free storage associated with a gss_OID_set...
go to next page: gss_unwrap  Verify a message with attached MIC and decrypt message contentgss_unwrap Verify a message with attached MIC and decrypt message...
end of book navigation links

gss_test_oid_set_member -- Determine whether an object identifier is a member of the set 



C Prototype 

OM_uint32 gss_test_oid_set_member(
        OM_uint32          minor_status,
        gss_OID            member,
        gss_OID_set        set,
        int                present );

Arguments 

minor_status
(output)
 An implementation-specific status code.
member (input) The object identifier whose presence is to be tested.
set (input) The object identifier set.
present (output) A Boolean value:

TRUE -- The specified OID is a member of the set.FALSE -- The specified OID is not a member of the set.

Description 

This routine interrogates an object identifier set to determine whether a specified object identifier is a member. It is intended to be used with OID sets returned by gss_indicate_mechs, gss_acquire_cred, and gss_inquire_cred, but will also work with user-generated sets.

Return Values 

This routine returns the following GSS status code:

GSS_S_COMPLETE
Successful completion.


go to previous page: gss_release_oid_set  Free storage associated with a gss_OID_set object gss_release_oid_set Free storage associated with a gss_OID_set...
go to next page: gss_unwrap  Verify a message with attached MIC and decrypt message contentgss_unwrap Verify a message with attached MIC and decrypt message...