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
Show file Open project: ebekker/ACMESharp Class Usage Examples

Public Methods

Method Description
CleanUp ( ACMESharp.ACME.Challenge c ) : void
Dispose ( ) : void
Handle ( ACMESharp.ACME.Challenge c ) : void

Private Methods

Method Description
AssertNotDisposed ( ) : void
EditFile ( ACMESharp.ACME.HttpChallenge httpChallenge, bool delete ) : void

Method Details

CleanUp() public method

public CleanUp ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
return void

Dispose() public method

public Dispose ( ) : void
return void

Handle() public method

public Handle ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
return void