docs.unity.cn
    Show / Hide Table of Contents

    Class RTCCertificateStats

    Inheritance
    Object
    RTCStats
    RTCCertificateStats
    Inherited Members
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCCertificateStats : RTCStats

    Properties

    base64Certificate

    Declaration
    public string base64Certificate { get; }
    Property Value
    Type Description
    String

    fingerprint

    Declaration
    public string fingerprint { get; }
    Property Value
    Type Description
    String

    fingerprintAlgorithm

    Declaration
    public string fingerprintAlgorithm { get; }
    Property Value
    Type Description
    String

    issuerCertificateId

    Declaration
    public string issuerCertificateId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use