IActiveDirectoryManager.GetNTGroupFromSid Method

Gets a GroupPrincipal object for the specified user SID.
Function GetNTGroupFromSid( _ 
ByVal SID As String
) As GroupPrincipal
This language is not supported or no code example is available.
GroupPrincipal GetNTGroupFromSid( 
string SID 
)
This language is not supported or no code example is available.

Parameters

SID
string

Return Value

GroupPrincipal

A group principals object for the specified user SID. Returns null reference (Nothing in Visual Basic) if sid is an empty string or null reference (Nothing in Visual Basic).

Exception type Condition

QdvApiException

Domain context and domain are not accessible.

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition