This class interprets IsInRole as the reflection of whether this
principal possesses a claim value whose claim type is specified as
the RoleClaimType on a contained Identity or a matching group
security identifier.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As WindowsClaimsPrincipal
Dim sid As SecurityIdentifier
Dim returnValue As Boolean
returnValue = instance.IsInRole(sid)
|
Синтаксис
Visual Basic |
Public Overrides Function IsInRole ( _
sid As SecurityIdentifier _
) As Boolean
|
C# |
public override bool IsInRole (
SecurityIdentifier sid
)
|
C++ |
public:
virtual bool IsInRole (
SecurityIdentifier^ sid
) override
|
J# |
public boolean IsInRole (
SecurityIdentifier sid
)
|
JScript |
public override function IsInRole (
sid : SecurityIdentifier
) : boolean
|
Параметры
- sid
-
Security Identifier that should be searched for on the contained
identities.
Возвращаемое значение
True if a claim is possessed by one of the underlying
IClaimsIdentity implementations; otherwise, false.
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также