Share via


SecurityTokenManager Constructor (XmlNodeList)

Initializes a new instance of the SecurityTokenManager class using the configuration settings for the current application domain.

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim configData As XmlNodeList
Dim securityTokenManager1 As New SecurityTokenManager(configData)

Syntax

'Declaration
Protected Sub New( _
    ByVal configData As XmlNodeList _
)
protected SecurityTokenManager(
    XmlNodeList configData
);
protected:
SecurityTokenManager(
    XmlNodeList^ configData
);
protected SecurityTokenManager(
    XmlNodeList configData
);
protected function SecurityTokenManager(
     configData : XmlNodeList
);

Parameters

  • configData
    An XmlNodeList that contains the child elements of the <securityTokenManager> element from the current application's configuration file.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SecurityTokenManager Class
SecurityTokenManager Members
Microsoft.Web.Services3.Security.Tokens Namespace