Click or drag to resize

X509CertificateSave Method

Saves a certificate to the given path (should be a "*.crt" file).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Save(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.X509Certificate.Save(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.X509Certificate.Save(System.String)"]

See Also