C-DEngine 5.105

ICDECodeSigning..::..IsTrusted Method

Determines whether the specified file is trusted.

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

Syntax


bool IsTrusted(
	string fileName
)
Function IsTrusted ( _
	fileName As String _
) As Boolean
bool^ IsTrusted(
	String^ fileName
)

Parameters

fileName
Type: String
Name of the file.

Return Value

true if the specified file name is trusted; otherwise, false.