C# 클래스 AdventureWorks.WebServices.Controllers.IdentityController

상속: ApiController
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Windows 1 사용 예제들

공개 메소드들

메소드 설명
GetIsValid ( string id, string requestId, string passwordHash ) : AdventureWorks.WebServices.Models.UserInfo
GetPasswordChallenge ( string requestId ) : string

비공개 메소드들

메소드 설명
DecodeFromHexString ( string hex ) : byte[]
EncodeToHexString ( byte hexBytes ) : string
GetIsValidSession ( ) : bool

메소드 상세

GetIsValid() 공개 메소드

public GetIsValid ( string id, string requestId, string passwordHash ) : AdventureWorks.WebServices.Models.UserInfo
id string
requestId string
passwordHash string
리턴 AdventureWorks.WebServices.Models.UserInfo

GetPasswordChallenge() 공개 메소드

public GetPasswordChallenge ( string requestId ) : string
requestId string
리턴 string