IActiveDirectoryManager.GetCurrentUserNTGroupsFiltered Method

Gets a filtered list of NT group names and SIDs the current user belongs to.
Function GetCurrentUserNTGroupsFiltered( _ 
Optional ByVal filter As List(Of String) = Nothing _ 
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
Dictionary<string, string> GetCurrentUserNTGroupsFiltered( 
List<string> filter = Nothing 
)
This language is not supported or no code example is available.

Parameters

filter
List<string>

Optional. The default value is null reference (Nothing in Visual Basic). The list of group SIDs that are allowed in the result. If null reference (Nothing in Visual Basic), no filter is applied.

Return Value

Dictionary<string, string>

A dictionary of NT group names as values and their IDs as keys.

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition