---
title: identityDataPassword
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nevpnprotocol/identitydatapassword
---

# identityDataPassword

The password for the PKCS12 tunneling protocol authentication credentials.

## Declaration

```swift
var identityDataPassword: String? { get set }
```

## Discussion

Discussion If the PKCS12 data set in the identityData property uses a password for encryption, you must specify the password here.

## See Also

### Authenticating the user

- [username](networkextension/nevpnprotocol/username.md)
- [passwordReference](networkextension/nevpnprotocol/passwordreference.md)
- [identityReference](networkextension/nevpnprotocol/identityreference.md)
- [identityData](networkextension/nevpnprotocol/identitydata.md)
