Click or drag to resize

CryptoGenerateRsa Method

Generates an RSA CryptoKey that can be used for creating self-signed certificates and passed to AcceptStream(StreamPeer, CryptoKey, X509Certificate, X509Certificate).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public CryptoKey GenerateRsa(
	int size
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Godot.Crypto.GenerateRsa(System.Int32)"]

Return Value

Type: CryptoKey

[Missing <returns> documentation for "M:Godot.Crypto.GenerateRsa(System.Int32)"]

See Also