---
title: pemRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/p521/signing/privatekey/pemrepresentation
---

# pemRepresentation

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

## Declaration

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

## See Also

### Representing the key

- [rawRepresentation](cryptokit/p521/signing/privatekey/rawrepresentation.md)
- [derRepresentation](cryptokit/p521/signing/privatekey/derrepresentation.md)
- [x963Representation](cryptokit/p521/signing/privatekey/x963representation.md)
