Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

ProjectCapabilityManager.AppTransportSecurityExceptionEntry Constructor

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

Declaration

public ProjectCapabilityManager.AppTransportSecurityExceptionEntry(string domain, bool enableIncludesSubdomains, bool enableExceptionAllowsInsecureHTTPLoads, string exceptionMinimumTLSVersion, bool enableExceptionRequiresForwardSecrecy);

Parameters

domain Sets the domain entry name.
enableIncludesSubdomains Set as true to enable the NSIncludesSubdomains key.
enableExceptionAllowsInsecureHTTPLoads Set as true to enable the NSExceptionAllowsInsecureHTTPLoads key.
exceptionMinimumTLSVersion Sets the NSExceptionMinimumTLSVersion for domain.
enableExceptionRequiresForwardSecrecy Set as true to enable the NSExceptionRequiresForwardSecrecy key.

Description

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