---
title: SWPerson.IdentityProof
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swperson/identityproof
---

# SWPerson.IdentityProof

An object that represents proof of inclusion to a Merkle tree.

## Declaration

```swift
class IdentityProof
```

## Mentioned in

Adding custom collaboration to your app

## Overview

Overview This object represents an opaque Merkle tree proof of inclusion. Inclusion hashes are provided to verify that the individual device has access to the document.

## Topics

### Accessing attributes

- [inclusionHashes](sharedwithyoucore/swperson/identityproof/inclusionhashes.md)
- [publicKey](sharedwithyoucore/swperson/identityproof/publickey.md)
- [publicKeyIndex](sharedwithyoucore/swperson/identityproof/publickeyindex.md)

### Initializers

- [init(coder:)](sharedwithyoucore/swperson/identityproof/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [SWPerson.SignedIdentityProof](sharedwithyoucore/swperson/signedidentityproof.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Accessing attributes

- [SWPerson.Identity](sharedwithyoucore/swperson/identity.md)
- [SWPerson.SignedIdentityProof](sharedwithyoucore/swperson/signedidentityproof.md)
