QDVAPIFunctions.GetAccountNameFromSid Method

Gets an account name for the specified SID.
public string GetAccountNameFromSid( 
string sid 
)
This language is not supported or no code example is available.

Parameters

sid
string

The SID of the account.

Return Value

string

An account name for the specified SID, or null reference (Nothing in Visual Basic) if no matches are found.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition