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

Usage

Visual Basic
Dim collection As IndexedProtocolEndpointDictionary

Dim instance As New ServiceProviderSingleSignOnDescriptor(collection)

Syntax

Visual Basic
Public Sub New ( _
		collection As IndexedProtocolEndpointDictionary _
)
C#
public ServiceProviderSingleSignOnDescriptor (
		IndexedProtocolEndpointDictionary collection
)
C++
public:
ServiceProviderSingleSignOnDescriptor (
		IndexedProtocolEndpointDictionary^ collection
)
J#
public ServiceProviderSingleSignOnDescriptor (
		IndexedProtocolEndpointDictionary collection
)
JScript
public function ServiceProviderSingleSignOnDescriptor (
		collection : IndexedProtocolEndpointDictionary
)

Parameters

collection

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also