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
SecTrustvalue which was evaluated.Declaration
Swift
public let trust: SecTrust -
The
OSStatusof evaluation operation.Declaration
Swift
public let status: OSStatus -
The result of the evaluation operation.
Declaration
Swift
public let result: SecTrustResultType
View on GitHub
Install in Dash