KeyIdentifierCachedSecurityTokenManager Constructor (XmlNodeList)
Initializes a new instance of the KeyIdentifierCachedSecurityTokenManager class.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim configData As XmlNodeList
Dim keyIdentifierCachedSecurityTokenManager1 As New KeyIdentifierCachedSecurityTokenManager(configData)
Syntax
'Declaration
Protected Sub New( _
ByVal configData As XmlNodeList _
)
protected KeyIdentifierCachedSecurityTokenManager(
XmlNodeList configData
);
protected:
KeyIdentifierCachedSecurityTokenManager(
XmlNodeList^ configData
);
protected KeyIdentifierCachedSecurityTokenManager(
XmlNodeList configData
);
protected function KeyIdentifierCachedSecurityTokenManager(
configData : XmlNodeList
);
Parameters
- configData
An XmlNodeList that contains XML from a configuration file specifying the maximum number of security tokens that should be cached.
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
KeyIdentifierCachedSecurityTokenManager Class
KeyIdentifierCachedSecurityTokenManager Members
Microsoft.Web.Services3.Security.Tokens Namespace