---
title: integrityCheckedRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/mlkem768/privatekey/integritycheckedrepresentation
---

# integrityCheckedRepresentation

An integrity-checked representation of the private key.

## Declaration

```swift
var integrityCheckedRepresentation: Data { get }
```

## Discussion

Discussion This representation includes the seed value, and a hash of the corresponding public key.

## See Also

### Inspecting a private key’s properties

- [publicKey](cryptokit/mlkem768/privatekey/publickey.md)
- [seedRepresentation](cryptokit/mlkem768/privatekey/seedrepresentation.md)
