C# Class SebWindowsServiceWCF.ServiceImplementations.SIDHandler

Static implementation to convert a local username to the corresponding SID-Value where the registry keys are stored under HKEY_USERS
Afficher le fichier Open project: SafeExamBrowser/seb-win Class Usage Examples

Méthodes publiques

Méthode Description
GetSIDFromUsername ( string username ) : string

Returns the SID of the user with the username Throws an exception of something does not work

Method Details

GetSIDFromUsername() public static méthode

Returns the SID of the user with the username Throws an exception of something does not work
public static GetSIDFromUsername ( string username ) : string
username string Username
Résultat string