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
파일 보기 프로젝트 열기: SafeExamBrowser/seb-win 1 사용 예제들

공개 메소드들

메소드 설명
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