SecurityTokenHandlerCollectionManager Constructor

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim serviceName As String

Dim instance As New SecurityTokenHandlerCollectionManager(serviceName)

Syntax

'Declaration
Public Sub New ( _
    serviceName As String _
)
public SecurityTokenHandlerCollectionManager (
    string serviceName
)
public:
SecurityTokenHandlerCollectionManager (
    String^ serviceName
)
public SecurityTokenHandlerCollectionManager (
    String serviceName
)
public function SecurityTokenHandlerCollectionManager (
    serviceName : String
)

Parameters

  • serviceName
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

SecurityTokenHandlerCollectionManager Class
SecurityTokenHandlerCollectionManager Members
Microsoft.IdentityModel.Tokens Namespace