Click or drag to resize

WebSocketServerPrivateKey Property

When set to a valid CryptoKey (along with SslCertificate) will cause the server to require SSL instead of regular TCP (i.e. the wss:// protocol).

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

Property Value

Type: CryptoKey
See Also