SecTrustSetOptions(_:_:)
Sets option flags for customizing evaluation of a trust object.
Declaration
func SecTrustSetOptions(_ trustRef: SecTrust, _ options: SecTrustOptionFlags) -> OSStatusParameters
- trustRef:
The trust object to modify.
- options:
The new set of option flags. For a list of options, see Sectrustoptionflags.
Return Value
A result code. See Security Framework Result Codes.