C# Class InFlow_Outlook2013.Auth

显示文件 Open project: InFlowBPM/InFlow-BPMS

Public Properties

Property Type Description
dialog CredentialsDialog
httpClient System.Net.Http.HttpClient

Public Methods

Method Description
Login ( string name ) : bool
getAuthenticated ( ) : bool

Private Methods

Method Description
Authenticate ( string username, string password ) : bool

Method Details

Login() public static method

public static Login ( string name ) : bool
name string
return bool

getAuthenticated() public static method

public static getAuthenticated ( ) : bool
return bool

Property Details

dialog public_oe static_oe property

public static CredentialsDialog dialog
return CredentialsDialog

httpClient public_oe static_oe property

public static HttpClient,System.Net.Http httpClient
return System.Net.Http.HttpClient