SPTokenCache Constructor (XmlNodeList)
Initializes a new instance of the SPTokenCache class.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Sub New ( _
customConfigElements As XmlNodeList _
)
'Usage
Dim customConfigElements As XmlNodeList
Dim instance As New SPTokenCache(customConfigElements)
public SPTokenCache(
XmlNodeList customConfigElements
)
Parameters
- customConfigElements
Type: System.Xml.XmlNodeList