C-DEngine 5.105

ICDECodeSigning..::..GetAppCert Method

Gets the application cert.

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

Syntax


string GetAppCert(
	bool bDontVerifyTrust,
	string pFromFile,
	bool bVerifyTrustPath,
	bool bDontVerifyIntegrity
)
Function GetAppCert ( _
	bDontVerifyTrust As Boolean, _
	pFromFile As String, _
	bVerifyTrustPath As Boolean, _
	bDontVerifyIntegrity As Boolean _
) As String
String^ GetAppCert(
	bool^ bDontVerifyTrust, 
	String^ pFromFile, 
	bool^ bVerifyTrustPath, 
	bool^ bDontVerifyIntegrity
)

Parameters

bDontVerifyTrust
Type: Boolean
if set to true [b the CDE will not verify the certificate].
pFromFile
Type: String
The file from where to load the certificate.
bVerifyTrustPath
Type: Boolean
if set to true [b verify trust path].
bDontVerifyIntegrity
Type: Boolean
if set to true [b dont verify integrity].

Return Value

System.String.