Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty T:Microsoft.IdentityModel.Claims.Claim collection and the specified authentication type.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim authenticationType As String

Dim instance As New ClaimsIdentity(authenticationType)

Syntax

Visual Basic
Public Sub New ( _
		authenticationType As String _
)
C#
public ClaimsIdentity (
		string authenticationType
)
C++
public:
ClaimsIdentity (
		String^ authenticationType
)
J#
public ClaimsIdentity (
		String authenticationType
)
JScript
public function ClaimsIdentity (
		authenticationType : String
)

Parameters

authenticationType

The method used for authenticating the user.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also