Gets a value indicating if the provider ensures the files/folders it manages are secure from outside access.

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool IsStorageSecure { get; }
Visual Basic
Public Overridable ReadOnly Property IsStorageSecure As Boolean
	Get

Remarks

Some providers (e.g. Standard) store their files/folders in a way that allows for anonymous access that bypasses DotNetNuke. These providers cannot guarantee that files are only accessed by authorized users and must return false.

See Also