---
title: certificateChain
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebview/certificatechain
---

# certificateChain

An array of objects forming the certificate chain for the currently committed navigation.

## Declaration

```swift
var certificateChain: [Any] { get }
```

## Discussion

Discussion Each item in the array is a SecCertificate object.

## See Also

### Deprecated

- [closeAllMediaPresentations()](webkit/wkwebview/closeallmediapresentations().md)
- [loadSimulatedRequest(_:with:responseData:)](webkit/wkwebview/loadsimulatedrequest(_:with:responsedata:).md)
- [loadSimulatedRequest(_:withResponseHTML:)](webkit/wkwebview/loadsimulatedrequest(_:withresponsehtml:).md)
