C# Class PersonaMVC4Example.PersonaAuthenticationClient

Inheritance: IAuthenticationClient
Afficher le fichier Open project: shanselman/AspNetPersonaId

Méthodes publiques

Méthode Description
RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void
VerifyAuthentication ( System.Web.HttpContextBase context ) : DotNetOpenAuth.AspNet.AuthenticationResult

Method Details

RequestAuthentication() public méthode

public RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void
context System.Web.HttpContextBase
returnUrl System.Uri
Résultat void

VerifyAuthentication() public méthode

public VerifyAuthentication ( System.Web.HttpContextBase context ) : DotNetOpenAuth.AspNet.AuthenticationResult
context System.Web.HttpContextBase
Résultat DotNetOpenAuth.AspNet.AuthenticationResult