---
title: "setInformativeText(_:)"
framework: securityinterface
role: symbol
role_heading: Instance Method
path: "securityinterface/sfcertificatetrustpanel/setinformativetext(_:)"
---

# setInformativeText(_:)

Sets the (optional) informative text displayed in the panel.

## Declaration

```swift
func setInformativeText(_ informativeText: String!)
```

## Parameters

- `informativeText`: By default, informative text describing the current certificate’s trust status is displayed. Call this method only if your application needs to customize the displayed informative text.

## See Also

### Controlling the Appearance of a Certificate Trust Panel

- [informativeText()](securityinterface/sfcertificatetrustpanel/informativetext().md)
