blob: 7c94de577254de3063940d02e29d9c623c6efed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
---
title: RTCCertificate
slug: Web/API/RTCCertificate
tags:
- API
- Comunicação em tempo-real
- Interface
- RTCCertificate
- Refenrência
- WebRTC
translation_of: Web/API/RTCCertificate
---
<p>{{APIRef("WebRTC")}}</p>
<p>A interface da <a href="/en-US/docs/Web/API/WebRTC_API">WebRTC API</a> fornece um objeto representando um certificado que uma {{domxref("RTCPeerConnection")}} usa para autênticar.</p>
<h2 id="Propriedades">Propriedades</h2>
<dl>
<dt>{{domxref("RTCCertificate.expires")}} {{readonlyinline}}</dt>
<dd>Retorna a data de expiração do certificado.</dd>
</dl>
<h2 id="Especificação">Especificação</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Especificação</th>
<th scope="col">Status</th>
<th scope="col">Comentário</th>
</tr>
<tr>
<td>{{SpecName('WebRTC 1.0')}}</td>
<td>{{Spec2('WebRTC 1.0')}}</td>
<td>definição inicial.</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>
<p>{{Compat("api.RTCCertificate")}}</p>
</div>
|