ProjectCapabilityManager.AppTransportSecurityExceptionEntry Constructor

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.


Did you find this page useful? Please give it a rating: