Partager via


Méthode WindowsClaimsIdentity.GetGroupSidClaims

Creates a collection of SID claims that represent the users groups.

Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim returnValue As ICollection(Of Claim)

returnValue = Me.GetGroupSidClaims

Syntaxe

'Déclaration
Protected Function GetGroupSidClaims As ICollection(Of Claim)
protected ICollection<Claim> GetGroupSidClaims ()
protected:
ICollection<Claim^>^ GetGroupSidClaims ()
protected ICollection<Claim> GetGroupSidClaims ()
protected function GetGroupSidClaims () : ICollection<Claim>

Valeur de retour

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

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Classe WindowsClaimsIdentity
Membres WindowsClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims