---
title: CertificateTransparency.SubjectPublicKeyInfoHashDict
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/certificatetransparency/subjectpublickeyinfohashdict
---

# CertificateTransparency.SubjectPublicKeyInfoHashDict

A dictionary of hashed public keys.

## Declaration

```data
object CertificateTransparency.SubjectPublicKeyInfoHashDict
```

## Properties

Algorithm: The algorithm must be sha256. Hash: The hash of the DER-encoding of the certificate’s subjectPublicKeyInfo. The hash field requires the data (subjectPublicKeyInfo hash) in a specific format: a Base64 encoded (binary) SHA-256 hash of the certificate’s public key.
