IActiveDirectoryManager.GetAccountNameFromSid Method

Gets an account name for the specified SID.
Function GetAccountNameFromSid( _ 
ByVal sid As String
) As String
This language is not supported or no code example is available.
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.

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition