---
title: ASImportableCredential.PersonName
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asimportablecredential/personname
---

# ASImportableCredential.PersonName

A representation of PersonName as defined in the Credential Exchange Format (CXF) specs This represents a person’s name.

## Declaration

```swift
struct PersonName
```

## Topics

### Initializers

- [init(title:given:givenInformal:given2:surnamePrefix:surname:surname2:credentials:generation:)](authenticationservices/asimportablecredential/personname/init(title:given:giveninformal:given2:surnameprefix:surname:surname2:credentials:generation:).md)

### Instance Properties

- [credentials](authenticationservices/asimportablecredential/personname/credentials.md)
- [generation](authenticationservices/asimportablecredential/personname/generation.md)
- [given](authenticationservices/asimportablecredential/personname/given.md)
- [given2](authenticationservices/asimportablecredential/personname/given2.md)
- [givenInformal](authenticationservices/asimportablecredential/personname/giveninformal.md)
- [surname](authenticationservices/asimportablecredential/personname/surname.md)
- [surname2](authenticationservices/asimportablecredential/personname/surname2.md)
- [surnamePrefix](authenticationservices/asimportablecredential/personname/surnameprefix.md)
- [title](authenticationservices/asimportablecredential/personname/title.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
