Hi,
I am in need of some help on reading a config file and exposing their properties so that it can be used in other classes.
Please have a look at this config file and give me some ideas on how to go about getting this done.
<?xml version="1.0" encoding="utf-8" ?>
<apCCPConfiguration>
<ProviderInternalName> ADFSV2ap </ProviderInternalName>
<ProviderDisplayName> Arial Party </ProviderDisplayName>
<ClaimTypes>
<ClaimType Name = "User" Schema="http://schemas.ap.com/claims/apID" ValueType="String" EntityType="User" Validation="ProfileDb" HierarchyDisplayName="Users" HierarchyInternalName="ADFSV2ap_Users" />
<ClaimType Name = "Group" Schema = "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" ValueType="String" EntityType="User" Validation="ProfileDb" HierarchyDisplayName="Groups" HierarchyInternalName="ADFSV2ap_Groups" />
</ClaimTypes>
<AttributeListUrl>http://.../Lists/CCPAttributes</AttributeListUrl>
<AttributeValueListUrl>http://.../Lists/CCPAttributeValues</AttributeValueListUrl>
<DisplayProperties>
<DisplayProperty> LastName </DisplayProperty>
<DisplayProperty> FirstName </DisplayProperty>
<DisplayProperty> Office </DisplayProperty>
<DisplayProperty> Title </DisplayProperty>
<DisplayProperty> Department </DisplayProperty>
<DisplayProperty> Email </DisplayProperty>
<DisplayProperty> apIN </DisplayProperty>
</DisplayProperties>
</apCCPConfiguration>
Thanks
Regards
K












