Click or drag to resize

WebSocketClientGetTrustedSslCertificate Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.WebSocketClient.GetTrustedSslCertificate"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetTrustedSslCertificate is deprecated. Use the TrustedSslCertificate property instead.")]
public X509Certificate GetTrustedSslCertificate()

Return Value

Type: X509Certificate

[Missing <returns> documentation for "M:Godot.WebSocketClient.GetTrustedSslCertificate"]

See Also