C# Class CCNet.SourceNotifier.Gateways.ActiveDirectoryGateway

Incapsulates all the AD-related functionality.
Show file Open project: shuruev/CCNet.Extensions Class Usage Examples

Public Methods

Method Description
GetUserInfo ( string userName ) : IUserInfo

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

Private Methods

Method Description
GetDomain ( string userName ) : string

Parses the domain name out of a logon name.

Method Details

GetUserInfo() public method

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