---
title: pemRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/p256/signing/publickey/pemrepresentation
---

# pemRepresentation

A Privacy-Enhanced Mail (PEM) representation of the public key.

## Declaration

```swift
var pemRepresentation: String { get }
```

## See Also

### Representing the key

- [rawRepresentation](cryptokit/p256/signing/publickey/rawrepresentation.md)
- [compactRepresentation](cryptokit/p256/signing/publickey/compactrepresentation.md)
- [compressedRepresentation](cryptokit/p256/signing/publickey/compressedrepresentation.md)
- [derRepresentation](cryptokit/p256/signing/publickey/derrepresentation.md)
- [x963Representation](cryptokit/p256/signing/publickey/x963representation.md)
