> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionSCCCertificateInstallationReq

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/SmartCharging/Callbacks/CAPLfunctionSCCCertificateInstallationReq.md)

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [EVSE Callback Functions](../CAPLFunctionsSmartChargingOverview.md#CallbackEVSE) » **SCC\_CertificateInstallationReq**

# SCC\_CertificateInstallationReq

[Valid for](../../../Shared/FeatureAvailability.md):  CANoe DE  •  CANoe4SW DE

## Function Syntax

```c theme={null}
void SCC_CertificateInstallationReq(byte SessionID[])
```

## Description

The callback is called as soon as a Certificate Installation Request is received.

The list of root certificate IDs can be queried with the following functions:

* [SCC\_GetOEMPRovisioningCertificate](../Functions/CAPLfunctionSCCGetOEMPRovisioningCertificate.md)
* [SCC\_GetNumberOfRootCertificateIDs](../Functions/CAPLfunctionSCCGetNumberOfRootCertificateIDs.md)
* [SCC\_GetRootCertificateID](../Functions/CAPLfunctionSCCGetRootCertificateID.md)

## Parameters

* **SessionID**: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.

## Return Values

—

## Example

—
