C# 클래스 CmisSync.Lib.Cmis.UiUtils.LoginCredentials

Login credentials helper class for creating new connections and handle result if it fails.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
LogIn ( ) : bool

Tries to log in on with the given credentials

LogIn ( ISessionFactory sessionFactory ) : bool

Tries to log in on with the given credentials

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.

메소드 상세

LogIn() 공개 메소드

Tries to log in on with the given credentials
public LogIn ( ) : bool
리턴 bool

LogIn() 공개 메소드

Tries to log in on with the given credentials
public LogIn ( ISessionFactory sessionFactory ) : bool
sessionFactory ISessionFactory Use the given session factory for login. If null is passed, the default DotCMIS SessionFactory is used.
리턴 bool

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.
public ToString ( ) : string
리턴 string