---
title: vendorConfiguration
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefilterproviderconfiguration/vendorconfiguration
---

# vendorConfiguration

A dictionary of provider-specific configuration settings.

## Declaration

```swift
var vendorConfiguration: [String : Any]? { get set }
```

## Discussion

Discussion All of the values in this dictionary must be NSSecureCoding-compliant.

## See Also

### Accessing the filter configuration

- [serverAddress](networkextension/nefilterproviderconfiguration/serveraddress.md)
- [username](networkextension/nefilterproviderconfiguration/username.md)
- [organization](networkextension/nefilterproviderconfiguration/organization.md)
- [passwordReference](networkextension/nefilterproviderconfiguration/passwordreference.md)
- [identityReference](networkextension/nefilterproviderconfiguration/identityreference.md)
