# AppTransportSecurityExceptionEntry(string, bool, bool, string, bool)

> Represents which properties in the Info.plist are enabled for the domain entry.

## Definition

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

```csharp
public AppTransportSecurityExceptionEntry(string domain, bool enableIncludesSubdomains, bool enableExceptionAllowsInsecureHTTPLoads, string exceptionMinimumTLSVersion, bool enableExceptionRequiresForwardSecrecy)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Sets the domain entry name.**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): Set as true to enable the  [NSIncludesSubdomains](https://developer.apple.com/documentation/bundleresources/information_property_list/nsincludessubdomains) key.**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): Set as true to enable the [NSExceptionAllowsInsecureHTTPLoads](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionallowsinsecurehttploads) key.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Sets the [NSExceptionMinimumTLSVersion](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionminimumtlsversion) for domain.**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): Set as true to enable the [NSExceptionRequiresForwardSecrecy](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionrequiresforwardsecrecy) key.
