DisabledEvaluator

public final class DisabledEvaluator : ServerTrustEvaluating

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

THIS EVALUATOR SHOULD NEVER BE USED IN PRODUCTION!

  • Creates an instance.

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func evaluate(_ trust: SecTrust, forHost host: String) throws