Holds a reference to a CertificateHandler object, which manages certificate validation for the underlying UnityWebRequest that this UnityHttpMessageHandler creates.
Setting this property to null makes the platform use the default certificate validation, which validates certificates against a root certificate authority store (most commonly Operating System store).
Not all platforms support certificate validation callbacks. Refer to CertificateHandler for a list of supported platforms.
Default value: null.