QDVAPIFunctions.GetNTGroupFromSid Method

Gets a GroupPrincipal object for the specified user SID.
public 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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition