ACMESharp.Providers.AWS.AwsS3ChallengeHandlerProvider.IsSupported C# (CSharp) Méthode

IsSupported() public méthode

public IsSupported ( ACMESharp.ACME.Challenge c ) : bool
c ACMESharp.ACME.Challenge
Résultat bool
        public bool IsSupported(Challenge c)
        {
            return c is HttpChallenge;
        }