Contents

setDisplayTrust(_:)

Specifies whether the user can see the certificate’s trust settings.

Declaration

func setDisplayTrust(_ display: Bool)

Parameters

  • display:

    Pass True to display the trust settings, or False to hide them.

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.

See Also

Related Documentation

Customizing the Appearance and Behavior of the View