Previous Topic: Sm_PolicyApi_GetWSFEDResourcePartner()Next Topic: Sm_PolicyApi_Init()


Sm_PolicyApi_GetWSFEDScheme()

Gets an existing WSFED authentication scheme object.

Syntax

int SM_EXTERN Sm_PolicyApi_GetWSFEDScheme (
        void* pSessionHandle,
        const char * pszProviderOid,
        Sm_PolicyApi_Scheme_t** ppstructScheme,
        Sm_PolicyApi_WSFEDProviderProp_t** ppProps
);

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.

pszProviderOid

[in] A null-terminated string containing the object identifier of an existing WSFED auth scheme.

ppstructScheme

[out] The address of the pointer to SiteMinder auth scheme structure.

ppProps

[out] The address of the pointer to linked list WSFED provider properties.

Return Values