Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

AppTransportSecurityExceptionEntry

struct in UnityEditor.iOS.Xcode

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents domain entry for the App Transport Security Exception capability.

Properties

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.

Constructors

ProjectCapabilityManager.AppTransportSecurityExceptionEntryRepresents which properties in the Info.plist are enabled for the domain entry.