C# 클래스 WP_TT.Services.SecurityService

파일 보기 프로젝트 열기: IAPOLINARIO/WP-ThinkTransform2015

공개 메소드들

메소드 설명
getCredential ( ) : string>.Tuple
logoff ( ) : void
tryLogin ( string username, string password ) : Task

메소드 상세

getCredential() 공개 정적인 메소드

public static getCredential ( ) : string>.Tuple
리턴 string>.Tuple

logoff() 공개 정적인 메소드

public static logoff ( ) : void
리턴 void

tryLogin() 공개 정적인 메소드

public static tryLogin ( string username, string password ) : Task
username string
password string
리턴 Task