Output
public struct Output : Sendable
The output of a server trust evaluation.
-
The host for which the evaluation was performed.
Declaration
Swift
public let host: String
-
The
SecTrust
value which was evaluated.Declaration
Swift
public let trust: SecTrust
-
The
OSStatus
of evaluation operation.Declaration
Swift
public let status: OSStatus
-
The result of the evaluation operation.
Declaration
Swift
public let result: SecTrustResultType