This class interprets IsInRole as the reflection of whether this principal possesses a claim specified by a configured list. The claim value has no bearing on the result.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As ClaimsPrincipal
Dim role As String
Dim returnValue As Boolean

returnValue = instance.IsInRole(role)

Синтаксис

Visual Basic
Public Function IsInRole ( _
		role As String _
) As Boolean
C#
public bool IsInRole (
		string role
)
C++
public:
virtual bool IsInRole (
		String^ role
) sealed
J#
public final boolean IsInRole (
		String role
)
JScript
public final function IsInRole (
		role : String
) : boolean

Параметры

role

The claim type of the role to check for.

Возвращаемое значение

Returns Boolean. true if a claim with the specified type exists; otherwise, false.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также