Type Aliases

The following type aliases are available globally.

Server Trust Evaluators

  • Disables all evaluation which in turn will always consider any server trust as valid.

    Note

    Instead of disabling server trust evaluation, it’s a better idea to configure systems to properly trust test certificates, as outlined in this Apple tech note.

    THIS EVALUATOR SHOULD NEVER BE USED IN PRODUCTION!

    Declaration

    Swift

    @available(*, deprecated, renamed: "DisabledTrustEvaluator", message: "DisabledEvaluator has been renamed DisabledTrustEvaluator.")
    public typealias DisabledEvaluator = DisabledTrustEvaluator