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
- Type: Constructor
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public AppTransportSecurityExceptionEntry(string domain, bool enableIncludesSubdomains, bool enableExceptionAllowsInsecureHTTPLoads, string exceptionMinimumTLSVersion, bool enableExceptionRequiresForwardSecrecy)
Parameters
Sets the domain entry name.
Set as true to enable the NSIncludesSubdomains key.
Set as true to enable the NSExceptionAllowsInsecureHTTPLoads key.
Sets the NSExceptionMinimumTLSVersion for domain.
Set as true to enable the NSExceptionRequiresForwardSecrecy key.