C-DEngine 5.105

ICDECrypto..::..EncryptToString Method

Encrypts to string.

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

Syntax


string EncryptToString(
	string pInBuffer,
	string pType
)
Function EncryptToString ( _
	pInBuffer As String, _
	pType As String _
) As String
String^ EncryptToString(
	String^ pInBuffer, 
	String^ pType
)

Parameters

pInBuffer
Type: String
The inbuffer.
pType
Type: String
Type of the buffer.

Return Value

System.String.