Click or drag to resize

WebSocketServerCaChain Property

When using SSL (see PrivateKey and SslCertificate), you can set this to a valid X509Certificate to be provided as additional CA chain information during the SSL handshake.

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

Property Value

Type: X509Certificate
See Also