C# Класс Fluent.IO.Windows.WindowsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AccessControl ( this path ) : FileSystemSecurity

The access control security information for the first path in the collection.

AccessControl ( this path, Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity>.Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity security ) : Path

Sets the access control security on all files and directories in the set.

AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path

Sets the access control security on all files and directories in the set.

Decrypt ( this path ) : Path

Decrypts all files in the set.

Encrypt ( this path ) : Path

Encrypts all files in the set.

Описание методов

AccessControl() публичный статический Метод

The access control security information for the first path in the collection.
public static AccessControl ( this path ) : FileSystemSecurity
path this
Результат System.Security.AccessControl.FileSystemSecurity

AccessControl() публичный статический Метод

The access control security information for the first path in the collection.
public static AccessControl ( this path, Action action ) : Path
path this
action Action An action that gets called for each path in the set.
Результат System.IO.Path

AccessControl() публичный статический Метод

The access control security information for the first path in the collection.
public static AccessControl ( this path, FileSystemSecurity>.Action action ) : Path
path this
action FileSystemSecurity>.Action An action that gets called for each path in the set.
Результат System.IO.Path

AccessControl() публичный статический Метод

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity security ) : Path
path this
security System.Security.AccessControl.FileSystemSecurity The security to apply.
Результат System.IO.Path

AccessControl() публичный статический Метод

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path
path this
securityFunction FileSystemSecurity>.Func A function that returns the security for each path.
Результат System.IO.Path

Decrypt() публичный статический Метод

Decrypts all files in the set.
public static Decrypt ( this path ) : Path
path this
Результат System.IO.Path

Encrypt() публичный статический Метод

Encrypts all files in the set.
public static Encrypt ( this path ) : Path
path this
Результат System.IO.Path