From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/api/rtccertificate/index.html | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/pt-br/web/api/rtccertificate/index.html (limited to 'files/pt-br/web/api/rtccertificate/index.html') 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 +--- +

{{APIRef("WebRTC")}}

+ +

A interface da WebRTC API fornece um objeto representando um certificado que uma {{domxref("RTCPeerConnection")}} usa para autênticar.

+ +

Propriedades

+ +
+
{{domxref("RTCCertificate.expires")}} {{readonlyinline}}
+
Retorna a data de expiração do certificado.
+
+ +

Especificação

+ + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('WebRTC 1.0')}}{{Spec2('WebRTC 1.0')}}definição inicial.
+ +

Compatibilidade de Browser

+ +
+ + +

{{Compat("api.RTCCertificate")}}

+
-- cgit v1.2.3-54-g00ecf