Creates a collection of SID claims that represent the users groups.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim returnValue As ICollection(Of Claim)

returnValue = Me.GetGroupSidClaims

Синтаксис

Visual Basic
Protected Function GetGroupSidClaims As ICollection(Of Claim)
C#
protected ICollection<Claim> GetGroupSidClaims ()
C++
protected:
ICollection<Claim^>^ GetGroupSidClaims ()
J#
protected ICollection<Claim> GetGroupSidClaims ()
JScript
protected function GetGroupSidClaims () : ICollection<Claim>

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

Collection of Windows Group SIDs. Can return an empty collection.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также