QDVAPIFunctions.GetSidFromLogin Method

Gets a SID from the login data.
public string GetSidFromLogin( 
string login
bool userTypeIsNTGroup 
)
This language is not supported or no code example is available.

Parameters

login
string

The login name.

userTypeIsNTGroup
bool

If set to true, then the SID will be searched for an NT group; otherwise, for a user.

Return Value

string

A SID belonging to the login data or null reference (Nothing in Visual Basic) if not found.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition