Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty T:Microsoft.IdentityModel.Claims.Claim collection and the specified authentication type.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim authenticationType As String

Dim instance As New ClaimsIdentity(authenticationType)

Синтаксис

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
)

Параметры

authenticationType

The method used for authenticating the user.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также