setDisplayTrust(_:)
Specifies whether the user can see the certificate’s trust settings.
Declaration
func setDisplayTrust(_ display: Bool)Parameters
Discussion
Certificate trust settings are not displayed by default. To show the certificate’s trust settings, you must explicitly set the display value to true. with either this method or the setEditableTrust(_:) method.