C# 클래스 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!
상속: IChallengeHandler
파일 보기 프로젝트 열기: ebekker/ACMESharp 1 사용 예제들

공개 메소드들

메소드 설명
CleanUp ( ACMESharp.ACME.Challenge c ) : void
Dispose ( ) : void
Handle ( ACMESharp.ACME.Challenge c ) : void

비공개 메소드들

메소드 설명
AssertNotDisposed ( ) : void
EditFile ( ACMESharp.ACME.HttpChallenge httpChallenge, bool delete ) : void

메소드 상세

CleanUp() 공개 메소드

public CleanUp ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Handle() 공개 메소드

public Handle ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
리턴 void