RendererInitOptions.IgnoreCertificateValidation Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internal flag used to ignore SSL certification. Should be set to false
(default) for most applications.
public: bool IgnoreCertificateValidation;
public bool IgnoreCertificateValidation;
val mutable IgnoreCertificateValidation : bool
Public IgnoreCertificateValidation As Boolean