C# Class Org.IdentityConnectors.ActiveDirectory.AuthenticationHelper

Show file Open project: Evolveum/openicf Class Usage Examples

Private Methods

Method Description
AuthenticationHelper ( ActiveDirectoryConfiguration configuration ) : System
CloseHandle ( IntPtr handle ) : bool
GetUidFromSamAccountName ( String sAMAccountName ) : Uid
GetUidFromSid ( SecurityIdentifier accountSid ) : Uid
LogonUser ( String lpszUsername, String lpszDomain, String lpszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : bool
ValidateUserCredentials ( string username, string password ) : Uid