Class RTCCertificateStats
Contains certificate-related statistics for a peer connection.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCCertificateStats : RTCStats
Properties
base64Certificate
The base64-encoded certificate.
Declaration
public string base64Certificate { get; }
Property Value
Type | Description |
---|---|
string |
fingerprint
The fingerprint of the certificate.
Declaration
public string fingerprint { get; }
Property Value
Type | Description |
---|---|
string |
fingerprintAlgorithm
The algorithm used to generate the fingerprint.
Declaration
public string fingerprintAlgorithm { get; }
Property Value
Type | Description |
---|---|
string |
issuerCertificateId
The ID of the certificate that issued this certificate, if any.
Declaration
public string issuerCertificateId { get; }
Property Value
Type | Description |
---|---|
string |