docs/Extensions/Array.html
extension Array: AlamofireExtended
extension Array where Element == ServerTrustEvaluating
Element == ServerTrustEvaluating`
evaluate(_:forHost:)
`
Evaluates the given SecTrust value for the given host.
Swift
public func evaluate(_ trust: SecTrust, forHost host: String) throws
| trust |
The SecTrust value to evaluate.
|
| host |
The host for which to evaluate the SecTrust value.
|
Whether or not the evaluator considers the SecTrust value valid for host.