Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MemoryMappedFile::SetAccessControl Method (MemoryMappedFileSecurity^)

.NET Framework (current version)
 

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

Namespace:   System.IO.MemoryMappedFiles
Assembly:  System.Core (in System.Core.dll)

public:
[SecurityCriticalAttribute]
void SetAccessControl(
	MemoryMappedFileSecurity^ memoryMappedFileSecurity
)

Parameters

memoryMappedFileSecurity
Type: System.IO.MemoryMappedFiles::MemoryMappedFileSecurity^

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

Exception Condition
ArgumentNullException

memoryMappedFileSecurity is null.

InvalidOperationException

An underlying call to set security information failed.

NotSupportedException

An underlying call to set security information failed.

UnauthorizedAccessException

An underlying call to set security information failed.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft