> ## 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.

# CAPLfunctionSCCCertificateInstallationRes

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

[CAPL Functions](../../CAPLfunctions.md) » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [EV Callback Functions](../CAPLFunctionsSmartChargingOverview.md#CallbackEV) » SCC\_CertificateInstallationRes

# SCC\_CertificateInstallationRes

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

## Function Syntax

```plaintext theme={null}
void SCC_CertificateInstallationRes 
( byte SessionID[], long ResponseCode, 
char ContractID[] )
```

## Description

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

Further details that are transmitted in this response can be queried with the following functions:

* [SCC\_GetDHPublicKey](../Functions/CAPLfunctionSCCGetDHPublicKey.md)
* [SCC\_GetEncryptedPrivateKey](../Functions/CAPLfunctionSCCGetEncryptedPrivateKey.md)
* [SCC\_GetEMAIDIdAttr](../Functions/CAPLfunctionSCCGetEMAIDIdAttr.md)
* [SCC\_GetResponseCodeString](../Functions/CAPLfunctionSCCGetResponseCodeString.md)

## Parameters

* **SessionID**: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
* **ResponseCode**: 1 if **OK**, 0 if **FAILED**
* **ContractID**: ID of the contract to which the certificate is assigned, max. 128 character string. (eMAID)

## Return Values

—

## Example

—
