setEditableTrust(_:)
Specifies whether the user can edit the certificate’s trust settings.
Declaration
func setEditableTrust(_ editable: Bool)Parameters
- editable:
Pass True if the trust settings should be editable.
Discussion
For behavioral compatibility with macOS 10.3, this method causes the certificate trust settings to be displayed if they are not currently visible (that is, if setDisplayTrust(_:) is set to false).