Update documentation to reflect HTML5 limitations.

This commit is contained in:
Fabio Alessandrelli
2020-01-14 13:54:31 +01:00
parent 031b5455ae
commit aa744aee7d
7 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,7 @@
<description>
The CryptoKey class represents a cryptographic key. Keys can be loaded and saved like any other [Resource].
They can be used to generate a self-signed [X509Certificate] via [method Crypto.generate_self_signed_certificate] and as private key in [method StreamPeerSSL.accept_stream] along with the appropriate certificate.
[b]Note:[/b] Not available in HTML5 exports.
</description>
<tutorials>
</tutorials>