C-DEngine 5.105

TheCommonUtils..::..cdeRSACreateKeys Method

Creates new RSA Keys

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string cdeRSACreateKeys(
	out string PrivateKey
)
Public Shared Function cdeRSACreateKeys ( _
	<OutAttribute> ByRef PrivateKey As String _
) As String
public:
static String^ cdeRSACreateKeys(
	[OutAttribute] String^% PrivateKey
)

Parameters

PrivateKey
Type: String%

Return Value