CertificateHandler
Holds a reference to a UnityHttpMessageHandler.CertificateHandler object, which manages certificate validation for the underlying UnityWebRequest that this UnityHttpMessageHandler creates.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public CertificateHandler CertificateHandler { get; set; }
Remarks
Setting this property to makes the platform use the default certificate validation, which validates certificates against a root certificate authority store (most commonly Operating System store).
nullNot all platforms support certificate validation callbacks. Refer to UnityHttpMessageHandler.CertificateHandler for a list of supported platforms.
Default value: .
null