ShortcutFileInfoGetAccessControl Method

Gets a FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current ShortcutFileInfo object.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileSecurity GetAccessControl()

Return Value

FileSecurity
A FileSecurity object that encapsulates the access control rules for the current shortcut file.

See Also