Previous Topic: Sm_PolicyApi_GetAllSAMLSPAttributes()Next Topic: Sm_PolicyApi_GetAuthAzMap()


Sm_PolicyApi_GetAllWSFEDResourcePartners()

Retrieves all existing Resource Partner objects.

Syntax

int SM_EXTERN Sm_PolicyApi_GetAllWSFEDResourcePartners (
        void* pSessionHandle,
        const char * pszAffiliateDomainOid,
        Sm_PolicyApi_WSFEDResourcePartner_t** ppResourcePartners
);

Parameters

pSessionHandle

[in] A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.

pszAffiliateDomainOid

[in] A null-terminated string containing the object identifier of an existing affiliate domain.

ppResourcePartners

[out] The address of the pointer to WS-Federation Resource Partner structures.

Return Values