C# Class AdventureWorks.WebServices.Controllers.IdentityController

Inheritance: ApiController
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Windows Class Usage Examples

Méthodes publiques

Méthode Description
GetIsValid ( string id, string requestId, string passwordHash ) : AdventureWorks.WebServices.Models.UserInfo
GetPasswordChallenge ( string requestId ) : string

Private Methods

Méthode Description
DecodeFromHexString ( string hex ) : byte[]
EncodeToHexString ( byte hexBytes ) : string
GetIsValidSession ( ) : bool

Method Details

GetIsValid() public méthode

public GetIsValid ( string id, string requestId, string passwordHash ) : AdventureWorks.WebServices.Models.UserInfo
id string
requestId string
passwordHash string
Résultat AdventureWorks.WebServices.Models.UserInfo

GetPasswordChallenge() public méthode

public GetPasswordChallenge ( string requestId ) : string
requestId string
Résultat string