C# Класс SebWindowsServiceWCF.ServiceImplementations.SIDHandler

Static implementation to convert a local username to the corresponding SID-Value where the registry keys are stored under HKEY_USERS
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSIDFromUsername ( string username ) : string

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

Описание методов

GetSIDFromUsername() публичный статический Метод

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
Результат string