Click or drag to resize

MemorySearchIsEncrypted Method

Test is the given file is a encrypted MolEngine database

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static bool IsEncrypted(
	string filename
)

Parameters

filename
Type: SystemString
The MolEngine database to be tested

Return Value

Type: Boolean
True if yes
See Also