RTCCertificateStats: fingerprint property
Baseline
2026
Newly available
Since August 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The fingerprint property of the RTCCertificateStats dictionary is a string containing the fingerprint value of the associated RTCCertificate.
Value
A string containing the fingerprint of the associated certificate.
This is a lowercase hex string, calculated using the hash function specified in the fingerprintAlgorithm property.
The format is more precisely defined in RFC4572, Section 5.
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtccertificatestats-fingerprint> |