Читати англійською Редагувати

Поділитися через


MemoryMappedFile.GetAccessControl Method

Definition

Gets the access control to the memory-mapped file resource.

C#
[System.Security.SecurityCritical]
public System.IO.MemoryMappedFiles.MemoryMappedFileSecurity GetAccessControl();

Returns

The permissions that can be granted for file access and operations on memory-mapped files.

Attributes

Exceptions

An underlying call to set security information failed.

An underlying call to set security information failed.

The memory-mapped file is closed.

An underlying call to set security information failed.

-or-

The memory-mapped file was opened as Write only.

Applies to

Продукт Версії
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also