ACMESharp.AuthorizeChallenge.IsPending C# (CSharp) Method

IsPending() public method

public IsPending ( ) : bool
return bool
        public bool IsPending()
        {
            return string.IsNullOrEmpty(Status) || string.Equals(Status, STATUS_PENDING,
                    StringComparison.InvariantCultureIgnoreCase);
        }