# ProjectCapabilityManager.AppTransportSecurityExceptionEntry

> Represents domain entry for the App Transport Security Exception capability.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.3/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
public struct ProjectCapabilityManager.AppTransportSecurityExceptionEntry
```

## Constructors

| Constructor                                                                                                                                                                                                                               | Description                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [AppTransportSecurityExceptionEntry(System.String,System.Boolean,System.Boolean,System.String,System.Boolean)](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/ctor.md) | Represents which properties in the Info.plist are enabled for the domain entry. |

## Properties

| Property                                                                                                                                                                                              | Description                                                                                                                                                                                       |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Domain](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/domain.md)                                                                 | Specifies the domain entry name.                                                                                                                                                                  |
| [EnableExceptionAllowsInsecureHTTPLoads](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/enableexceptionallowsinsecurehttploads.md) | Specifies whether to enable the [NSExceptionAllowsInsecureHTTPLoads](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionallowsinsecurehttploads) key. |
| [EnableExceptionRequiresForwardSecrecy](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/enableexceptionrequiresforwardsecrecy.md)   | Specifies whether to enable the [NSExceptionRequiresForwardSecrecy](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionrequiresforwardsecrecy) key.   |
| [EnableIncludesSubdomains](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/enableincludessubdomains.md)                             | Specifies whether to enable the [NSIncludesSubdomains](https://developer.apple.com/documentation/bundleresources/information_property_list/nsincludessubdomains) key.                             |
| [ExceptionMinimumTLSVersion](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/apptransportsecurityexceptionentry/exceptionminimumtlsversion.md)                         | Specifies whether to set the [NSExceptionMinimumTLSVersion](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionminimumtlsversion) key for the domain. |
