C# 클래스 CCNet.SourceNotifier.Gateways.ActiveDirectoryGateway

Incapsulates all the AD-related functionality.
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
GetUserInfo ( string userName ) : IUserInfo

Retrieves the UserInfo by a specified userName, using the results caching.

비공개 메소드들

메소드 설명
GetDomain ( string userName ) : string

Parses the domain name out of a logon name.

메소드 상세

GetUserInfo() 공개 메소드

Retrieves the UserInfo by a specified userName, using the results caching.
public GetUserInfo ( string userName ) : IUserInfo
userName string
리턴 IUserInfo