Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Represents which properties in the Info.plist are enabled for the domain entry.
Read time 1 minuteLast updated 8 days ago

Definition

public 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.