AddCrl

AddCrl 1:

This method saves the file path of the certificate revocation list (CRL) in the TLS configuration settings.

METHOD FINAL AddCrl : I_SocketTlsSettingsClass
VAR_INPUT
    sCrlPath : STRING(TCPADS_TLS_CERTIFICATE_PATH_SIZE);
END_VAR

sCrlPath: File path of the certificate revocation list (CRL).

Return parameter: Own interface pointer of type I_SocketTlsSettingsClass.