C# Class GSF.Identity.UnixUserInfo.UnixIdentity

Inheritance: System.Security.Principal.WindowsIdentity
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
UnixIdentity ( string domain, string userName, LdapConnection connection = null ) : System

Private Methods

Method Description
GetUserIDAsToken ( string domain, string userName ) : IntPtr

Method Details

UnixIdentity() public method

public UnixIdentity ( string domain, string userName, LdapConnection connection = null ) : System
domain string
userName string
connection Novell.Directory.Ldap.LdapConnection
return System