CompiledScript.CertificateWarningHandler Method

Definition

Certificate Handler allows bypassing any certificate warnings so they don’t affect the overall monitoring process.

See also Certificate Handler

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public void CertificateWarningHandler (CertificateWarningHandleType handleType)
public void CertificateWarningHandler (CertificateWarningHandleType handleType)
public void CertificateWarningHandler (CertificateWarningHandleType handleType)

Parameters

 handleType  CertificateWarningHandleType

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
CertificateWarningHandler (CertificateWarningHandleType.Ignore);
CertificateWarningHandler (CertificateWarningHandleType.Ignore);
CertificateWarningHandler (CertificateWarningHandleType.Ignore);