ACMESharp.Providers.AWS.AwsS3ChallengeHandlerProvider.IsSupported C# (CSharp) 메소드

IsSupported() 공개 메소드

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