Click or drag to resize

WebSocketServerGetCaChain Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.WebSocketServer.GetCaChain"]

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

Return Value

Type: X509Certificate

[Missing <returns> documentation for "M:Godot.WebSocketServer.GetCaChain"]

See Also