ProjectCapabilityManager.AppTransportSecurityExceptionEntry
Represents domain entry for the App Transport Security Exception capability.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public struct ProjectCapabilityManager.AppTransportSecurityExceptionEntry
Constructors
Constructor | Description |
|---|---|
| AppTransportSecurityExceptionEntry(System.String,System.Boolean,System.Boolean,System.String,System.Boolean) | Represents which properties in the Info.plist are enabled for the domain entry. |
Properties
Property | Description |
|---|---|
| Domain | Specifies the domain entry name. |
| EnableExceptionAllowsInsecureHTTPLoads | Specifies whether to enable the NSExceptionAllowsInsecureHTTPLoads key. |
| EnableExceptionRequiresForwardSecrecy | Specifies whether to enable the NSExceptionRequiresForwardSecrecy key. |
| EnableIncludesSubdomains | Specifies whether to enable the NSIncludesSubdomains key. |
| ExceptionMinimumTLSVersion | Specifies whether to set the NSExceptionMinimumTLSVersion key for the domain. |