Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProjectCapabilityManager.AppTransportSecurityExceptionEntry

Represents domain entry for the App Transport Security Exception capability.
Read time 1 minuteLast updated 6 days ago

Definition

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

DomainSpecifies the domain entry name.
EnableExceptionAllowsInsecureHTTPLoadsSpecifies whether to enable the NSExceptionAllowsInsecureHTTPLoads key.
EnableExceptionRequiresForwardSecrecySpecifies whether to enable the NSExceptionRequiresForwardSecrecy key.
EnableIncludesSubdomainsSpecifies whether to enable the NSIncludesSubdomains key.
ExceptionMinimumTLSVersionSpecifies whether to set the NSExceptionMinimumTLSVersion key for the domain.