Click or drag to resize

WebSocketClientTrustedSslCertificate Property

If specified, this X509Certificate will be the only one accepted when connecting to an SSL host. Any other certificate provided by the server will be regarded as invalid.

Note: Specifying a custom trusted_ssl_certificate is not supported in HTML5 exports due to browsers restrictions.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public X509Certificate TrustedSslCertificate { get; set; }

Property Value

Type: X509Certificate
See Also