Sm_PolicyApi_WSFEDResourcePartner_t

Defines WS-Federation Resource Partner data.
casso127
Defines WS-Federation Resource Partner data.
Syntax
typdef struct Sm_PolicyApi_WSFEDResourcePartner_s
{
    int iStructId;  
    Sm_PolicyApi_WSFEDProviderProp_t* pProps;   
    Sm_PolicyApi_WSFEDResourcePartner_t* next;  
} Sm_PolicyApi_WSFEDResroucePartner_t;
Parameters
  • iStructId
    ID of the structure in Sm_PolicyApi_Structs_t. Should be set to Sm_PolicyApi_WSFEDResourcePartner_ID.
  • pProp
    Pointer to the linked list of Resource Partner properties.
  • next
    Pointer to the next Resource Partner data in the linked list.