---
title: SWPerson.SignedIdentityProof
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swperson/signedidentityproof
---

# SWPerson.SignedIdentityProof

The signature that the system creates by signing the data with this person’s identity.

## Declaration

```swift
class SignedIdentityProof
```

## Topics

### Creating a signed identity

- [init(personIdentityProof:signatureData:)](sharedwithyoucore/swperson/signedidentityproof/init(personidentityproof:signaturedata:).md)

### Accessing signature data

- [signatureData](sharedwithyoucore/swperson/signedidentityproof/signaturedata.md)

## Relationships

### Inherits From

- [SWPerson.IdentityProof](sharedwithyoucore/swperson/identityproof.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.IdentityProof](sharedwithyoucore/swperson/identityproof.md)
