C-DEngine 5.105

ICDECrypto..::..CreateRSAKeys Method

Creates the RSA keys.

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

Syntax


RSACryptoServiceProvider CreateRSAKeys(
	out string RSAKey,
	out string RSAPublic,
	bool createXMLKeyAlways
)
Function CreateRSAKeys ( _
	<OutAttribute> ByRef RSAKey As String, _
	<OutAttribute> ByRef RSAPublic As String, _
	createXMLKeyAlways As Boolean _
) As RSACryptoServiceProvider
RSACryptoServiceProvider^ CreateRSAKeys(
	[OutAttribute] String^% RSAKey, 
	[OutAttribute] String^% RSAPublic, 
	bool^ createXMLKeyAlways
)

Parameters

RSAKey
Type: String%
The RSA key.
RSAPublic
Type: String%
The RSA public.
createXMLKeyAlways
Type: Boolean
if set to true [create XML key always].

Return Value

RSACryptoServiceProvider.