Determines if file names should be prefixed by a unique short GUID for added protection from brute force attacks.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool PrefixFileNamesWithHash { get; set; }
Visual Basic
Public Property PrefixFileNamesWithHash As Boolean
	Get
	Set
Visual C++
public:
property bool PrefixFileNamesWithHash {
	bool get ();
	void set (bool value);
}
F#
member PrefixFileNamesWithHash : bool with get, set

Property Value

Type: Boolean

See Also