CBFS Storage 2020 .NET Edition

Questions / Feedback?

AccessDeniedProcesses Property

Collection of access rules that define which processes may not access the virtual drive.

Syntax

public ProcessAccessRuleList AccessDeniedProcesses { get; }
Public ReadOnly Property AccessDeniedProcesses As ProcessAccessRuleList

Remarks

This property holds a collection of ProcessAccessRule objects representing rules that deny processes certain kinds of access to the virtual drive.

Please refer to the AddDeniedProcess and RemoveDeniedProcess methods for more information.

Note: The methods and properties related to process access lists are not intended to be used from multiple threads at once. Applications that wish to use said methods and properties from multiple threads are responsible for employing proper thread synchronization techniques to ensure that manipulation and enumeration of process access information occurs in a thread-safe manner.

This property is read-only and not available at design time.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 .NET Edition - Version 20.0 [Build 8031]