Click or drag to resize

WebSocketServerGetPrivateKey Method

Note: This API is now obsolete.

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

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

Return Value

Type: CryptoKey

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

See Also