C-DEngine 5.105

TheBaseAssets..::..LoadCrypto Method

Loads a crypto library for all Security related methods.

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

Syntax


public static string LoadCrypto(
	string pDLLName,
	ICDESystemLog pMySYSLOG,
	bool bDontVerifyTrust,
	string pFromFile,
	bool bVerifyTrustPath,
	bool bDontVerifyIntegrity
)
Public Shared Function LoadCrypto ( _
	pDLLName As String, _
	pMySYSLOG As ICDESystemLog, _
	bDontVerifyTrust As Boolean, _
	pFromFile As String, _
	bVerifyTrustPath As Boolean, _
	bDontVerifyIntegrity As Boolean _
) As String
public:
static String^ LoadCrypto(
	String^ pDLLName, 
	ICDESystemLog^ pMySYSLOG, 
	bool^ bDontVerifyTrust, 
	String^ pFromFile, 
	bool^ bVerifyTrustPath, 
	bool^ bDontVerifyIntegrity
)

Parameters

pDLLName
Type: String
Name of the crypto DLL.
pMySYSLOG
Type: nsCDEngine.Interfaces..::..ICDESystemLog
bDontVerifyTrust
Type: Boolean
pFromFile
Type: String
bVerifyTrustPath
Type: Boolean
bDontVerifyIntegrity
Type: Boolean

Return Value

Error string if load failed - then the default security in the CDE is used. Null if succeeded

Remarks


Chris, 3/27/2020.