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

Usage

Visual Basic
Dim nameId As Saml2NameIdentifier

Dim instance As New Saml2Subject(nameId)

Syntax

Visual Basic
Public Sub New ( _
		nameId As Saml2NameIdentifier _
)
C#
public Saml2Subject (
		Saml2NameIdentifier nameId
)
C++
public:
Saml2Subject (
		Saml2NameIdentifier^ nameId
)
J#
public Saml2Subject (
		Saml2NameIdentifier nameId
)
JScript
public function Saml2Subject (
		nameId : Saml2NameIdentifier
)

Parameters

nameId

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also