WindowsIdentity.Groups Özellik

Tanım

Geçerli Windows kullanıcısının ait olduğu grupları alır.

C#
public System.Security.Principal.IdentityReferenceCollection? Groups { get; }
C#
public System.Security.Principal.IdentityReferenceCollection Groups { get; }

Özellik Değeri

Geçerli Windows kullanıcısının ait olduğu grupları temsil eden bir nesne.

Örnekler

Aşağıdaki kod örneği, geçerli kullanıcının ait olduğu grupların kimlik başvurularını görüntülemek için özelliğinin kullanımını Groups gösterir. Bu kod örneği, sınıfı için WindowsIdentity sağlanan daha büyük bir örneğin parçasıdır.

C#
// Display the SIDs for the groups the current user belongs to.
Console.WriteLine("Display the SIDs for the groups the current user belongs to.");
IdentityReferenceCollection irc = windowsIdentity.Groups;
foreach (IdentityReference ir in irc)
    Console.WriteLine(ir.Value);

Şunlara uygulanır

Ürün Sürümler
.NET Core 1.0, Core 1.1, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0
Windows Desktop 3.0, 3.1, 5