EntitiesDescriptor Constructor (Generic Collection, Generic Collection)

Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim entityList As Collection(Of EntityDescriptor)
Dim entityGroupList As Collection(Of EntitiesDescriptor)

Dim instance As New EntitiesDescriptor(entityList, entityGroupList)

Syntax

'Declaration
Public Sub New ( _
    entityList As Collection(Of EntityDescriptor), _
    entityGroupList As Collection(Of EntitiesDescriptor) _
)
public EntitiesDescriptor (
    Collection<EntityDescriptor> entityList,
    Collection<EntitiesDescriptor> entityGroupList
)
public:
EntitiesDescriptor (
    Collection<EntityDescriptor^>^ entityList, 
    Collection<EntitiesDescriptor^>^ entityGroupList
)
public EntitiesDescriptor (
    Collection<EntityDescriptor> entityList, 
    Collection<EntitiesDescriptor> entityGroupList
)
public function EntitiesDescriptor (
    entityList : Collection<EntityDescriptor>, 
    entityGroupList : Collection<EntitiesDescriptor>
)

Parameters

  • entityList
     
  • entityGroupList
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

EntitiesDescriptor Class
EntitiesDescriptor Members
Microsoft.IdentityModel.Protocols.WSFederation.Metadata Namespace