ACMESharp.AuthorizeChallenge.IsPending C# (CSharp) Méthode

IsPending() public méthode

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