WellKnownProtectedOperations.CreateWriteFileAccess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ProtectedOperation that represents a WriteFileAccess operation.
public:
static Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ CreateWriteFileAccess();
public static Microsoft.ServiceHub.Framework.Services.ProtectedOperation CreateWriteFileAccess ();
static member CreateWriteFileAccess : unit -> Microsoft.ServiceHub.Framework.Services.ProtectedOperation
Public Shared Function CreateWriteFileAccess () As ProtectedOperation
Returns
An instance of ProtectedOperation that may be passed to CheckAuthorizationAsync(ProtectedOperation, CancellationToken).