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

Usage

Visual Basic
Dim name As String
Dim format As Uri

Dim instance As New Saml2NameIdentifier(name, format)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		format As Uri _
)
C#
public Saml2NameIdentifier (
		string name,
		Uri format
)
C++
public:
Saml2NameIdentifier (
		String^ name, 
		Uri^ format
)
J#
public Saml2NameIdentifier (
		String name, 
		Uri format
)
JScript
public function Saml2NameIdentifier (
		name : String, 
		format : Uri
)

Parameters

name
format

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also