RTCCertificate

Overview

The interface of the the WebRTC API provides an object represents a certificate that an RTCPeerConnection uses to authenticate.

Location

Properties


expires

 

property expires: DateTime read;

 

DateTime expires { get; }

 

var expires: DateTime { get{} }

 

DateTime expires { __get; }

 

ReadOnly Property expires() As DateTime