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

Usage

Visual Basic
Dim entityId As EntityId

Dim instance As New EntityDescriptor(entityId)

Syntax

Visual Basic
Public Sub New ( _
		entityId As EntityId _
)
C#
public EntityDescriptor (
		EntityId entityId
)
C++
public:
EntityDescriptor (
		EntityId^ entityId
)
J#
public EntityDescriptor (
		EntityId entityId
)
JScript
public function EntityDescriptor (
		entityId : EntityId
)

Parameters

entityId

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also