---
title: SSLClientCertificateState.certSent
framework: security
role: symbol
role_heading: Case
path: security/sslclientcertificatestate/certsent
---

# SSLClientCertificateState.certSent

Indicates that the server asked for a certificate, the client sent one, and the server validated it. The application can inspect the certificate using the function SSLGetPeerCertificates.

## Declaration

```swift
case certSent
```
