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

Usage

Visual Basic
Dim customConfigElements As XmlNodeList

Dim instance As New Saml11SecurityTokenHandler(customConfigElements)

Syntax

Visual Basic
Public Sub New ( _
		customConfigElements As XmlNodeList _
)
C#
public Saml11SecurityTokenHandler (
		XmlNodeList customConfigElements
)
C++
public:
Saml11SecurityTokenHandler (
		XmlNodeList^ customConfigElements
)
J#
public Saml11SecurityTokenHandler (
		XmlNodeList customConfigElements
)
JScript
public function Saml11SecurityTokenHandler (
		customConfigElements : XmlNodeList
)

Parameters

customConfigElements

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also