ACMESharp.Providers.IIS.IisChallengeHandler.Handle C# (CSharp) Method

Handle() public method

public Handle ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
return void
        public void Handle(Challenge c)
        {
            AssertNotDisposed();
            var httpChallenge = (HttpChallenge)c;
            EditFile(httpChallenge, false);
        }