UtilUserAccountFindUsername Method
Finds the username of the specified security identifier (SID) in the current machine context.
Namespace: DevCase.Core.Windows.UsersAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string FindUsername(
SecurityIdentifier sid
)
Public Shared Function FindUsername (
sid As SecurityIdentifier
) As String
Dim sid As SecurityIdentifier
Dim returnValue As String
returnValue = UtilUserAccount.FindUsername(sid)
public:
static String^ FindUsername(
SecurityIdentifier^ sid
)
static member FindUsername :
sid : SecurityIdentifier -> string
No code example is currently available or this language may not be supported.
- sid SecurityIdentifier
-
A SecurityIdentifier (SID) object.
String
The username.
This is a code example.
No code example is currently available or this language may not be supported.
Dim username As String = UserAccounts.FindUsername(sid:=New SecurityIdentifier("S-1-5-21-1780771175-1208154119-2269826705-500"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.