---
title: SSLClientCertificateState.certRejected
framework: security
role: symbol
role_heading: Case
path: security/sslclientcertificatestate/certrejected
---

# SSLClientCertificateState.certRejected

Indicates that the client sent a certificate but the certificate failed validation. This value is seen only on the server side. The server application can inspect the certificate using the function SSLGetPeerCertificates.

## Declaration

```swift
case certRejected
```
