Contents

CertificateTransparency.SubjectPublicKeyInfoHashDict

A dictionary of hashed public keys.

Declaration

object CertificateTransparency.SubjectPublicKeyInfoHashDict

Properties

NameTypeDescription
Algorithm Requiredstring

The algorithm must be sha256.

Hash Requireddata

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.