C# Class ACMESharp.Providers.IIS.IisChallengeHandler

Implements a Challenge Handler that handles HTTP challenges by managing responses served up by the local IIS server.
Much of the implementation of this handler was initially adapted from the similarly-intentioned IISPlugin class from the letsencrypt-win-simple project -- thank you, Bryan!
Inheritance: IChallengeHandler
Afficher le fichier Open project: ebekker/ACMESharp Class Usage Examples

Méthodes publiques

Méthode Description
CleanUp ( ACMESharp.ACME.Challenge c ) : void
Dispose ( ) : void
Handle ( ACMESharp.ACME.Challenge c ) : void

Private Methods

Méthode Description
AssertNotDisposed ( ) : void
EditFile ( ACMESharp.ACME.HttpChallenge httpChallenge, bool delete ) : void

Method Details

CleanUp() public méthode

public CleanUp ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Handle() public méthode

public Handle ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
Résultat void