ACMESharp.Providers.CloudFlare.CloudFlareChallengeHandlerProvider.IsSupported C# (CSharp) Method

IsSupported() public method

public IsSupported ( ACMESharp.ACME.Challenge c ) : bool
c ACMESharp.ACME.Challenge
return bool
        public bool IsSupported(Challenge c)
        {
            return c is DnsChallenge;
        }