aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/rtccertificate
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/api/rtccertificate
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/web/api/rtccertificate')
-rw-r--r--files/pt-br/web/api/rtccertificate/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/files/pt-br/web/api/rtccertificate/index.html b/files/pt-br/web/api/rtccertificate/index.html
new file mode 100644
index 0000000000..a0ecf39c65
--- /dev/null
+++ b/files/pt-br/web/api/rtccertificate/index.html
@@ -0,0 +1,47 @@
+---
+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="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+
+<div>
+<div class="hidden">A tabela de compatibilidade nessa página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, por favor dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um pull request.</div>
+
+<p>{{Compat("api.RTCCertificate")}}</p>
+</div>