메소드 | 설명 | |
---|---|---|
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 |
public GetIsValid ( string id, string requestId, string passwordHash ) : AdventureWorks.WebServices.Models.UserInfo | ||
id | string | |
requestId | string | |
passwordHash | string | |
리턴 | AdventureWorks.WebServices.Models.UserInfo |
public GetPasswordChallenge ( string requestId ) : string | ||
requestId | string | |
리턴 | string |