Windows.Security.Isolation Namespace
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.
Deprecated. Namespace for Windows Security Isolation APIs.
Classes
IsolatedWindowsEnvironment |
Deprecated. Create and manage Hypervisor-based Isolated Environments for applications to open and process untrusted data in a virtualized environment to protect the host operating system from potentially malicious content in the file. |
IsolatedWindowsEnvironmentCreateResult |
Deprecated. Runtime class that queries for results of environment creation such as status and extended errors. |
IsolatedWindowsEnvironmentFile |
Deprecated. Runtime class that encapsulates functions for launching a file in an Isolated Windows Environment. |
IsolatedWindowsEnvironmentHost |
Deprecated. Class that represents host device for the Isolated Windows Environment. |
IsolatedWindowsEnvironmentLaunchFileResult |
Deprecated. Runtime class containing result properties for file launch into an Isolated Windows Environment. |
IsolatedWindowsEnvironmentOptions |
Deprecated. Runtime class that controls various attributes that are applied to the Isolated Windows Environment during creation. |
IsolatedWindowsEnvironmentOwnerRegistration |
Deprecated. Runtime class that registers a list of attributes of the owner of the Isolated Windows Environment. This includes the owner name, shareable folders from host to Isolated Windows Environment, processes that run as User or System, and cross-environment activation extentions. |
IsolatedWindowsEnvironmentOwnerRegistrationData |
Deprecated. Class that returns all the registration data from isolatedwindowsenvironmentownerregistration. |
IsolatedWindowsEnvironmentOwnerRegistrationResult |
Deprecated. Runtime class that returns the results for isolatedwindowsenvironmentownerregistration. |
IsolatedWindowsEnvironmentPostMessageResult |
Deprecated. Runtime class that queries for results of post message from host to Isolated Windows Environment such as status and extended errors. |
IsolatedWindowsEnvironmentProcess |
Deprecated. Class that returns object by start process that represents process in the Isolated Windows Environment. |
IsolatedWindowsEnvironmentShareFileRequestOptions |
Deprecated. Options for how to perform the share file operation. |
IsolatedWindowsEnvironmentShareFileResult |
Deprecated. Runtime class containing result properties for a file shared into an Isolated Windows Environment. |
IsolatedWindowsEnvironmentShareFolderRequestOptions |
Deprecated. Options for how to perform the share folder operation. |
IsolatedWindowsEnvironmentShareFolderResult |
Deprecated. Object containing information about the result of the share folder request. |
IsolatedWindowsEnvironmentStartProcessResult |
Deprecated. Runtime class that queries the result of the start process in the Isolated Windows Environment. |
IsolatedWindowsEnvironmentTelemetryParameters |
Deprecated. Runtime class which encapsulates the correlationid. |
IsolatedWindowsEnvironmentUserInfo |
Deprecated. Runtime class containing properties for the Isolated Windows Environment user. |
IsolatedWindowsHostMessenger |
Deprecated. Runtime class for two methods: PostMessageToReceivier and getfileid. |
Structs
IsolatedWindowsEnvironmentCreateProgress |
Deprecated. Queries for progress of the creation of an Isolated Windows Environment |
Enums
IsolatedWindowsEnvironmentActivator |
Deprecated. Controls whether folder sharing or create process executes as system or user. |
IsolatedWindowsEnvironmentAllowedClipboardFormats |
Deprecated. Determines what kind of content is allowed to be copied and pasted to/from an Isolated Windows Environment. |
IsolatedWindowsEnvironmentAvailablePrinters |
Deprecated. Determines which printers are accessible from within the Isolated Windows Environment. |
IsolatedWindowsEnvironmentClipboardCopyPasteDirections |
Deprecated. Determines the direction in which copy pasting of content is allowed: host to Isolated Windows Environment or Isolated Windows Enviornment to host. |
IsolatedWindowsEnvironmentCreateStatus |
Deprecated. Contains the actual returns of Isolated Windows Environment creation status. |
IsolatedWindowsEnvironmentCreationPriority |
Deprecated. Represents the priority of an isolated environment. |
IsolatedWindowsEnvironmentHostError |
Deprecated. Enumerator that represents possible list of errors that are needed to be resolved before Isolated Windows Environment can be created on a host. |
IsolatedWindowsEnvironmentLaunchFileStatus |
Deprecated. Enum values for the status of file launch into Isolated Windows Environment. |
IsolatedWindowsEnvironmentOwnerRegistrationStatus |
Deprecated. Success or failure status of isolatedwindowsenvironmentownerregistration. |
IsolatedWindowsEnvironmentPostMessageStatus |
Deprecated. Contains the actual returns of post message from host to Isolated Windows Environment status. |
IsolatedWindowsEnvironmentProcessState |
Deprecated. Current state of process execution in the Isolated Windows Environment. |
IsolatedWindowsEnvironmentProgressState |
Deprecated. Returned during Isolated Windows Environment creation, it represents the state of the creation process. |
IsolatedWindowsEnvironmentShareFileStatus |
Deprecated. Enum values for the status of file share into Isolated Windows Environment. |
IsolatedWindowsEnvironmentShareFolderStatus |
Deprecated. Enumeration of possible statuses indicating the result of a share folder request. |
IsolatedWindowsEnvironmentSignInProgress |
Deprecated. Specifies the progress of a sign-in operation. |
IsolatedWindowsEnvironmentStartProcessStatus |
Deprecated. Results of start process in the Isolated Windows Environment. |
Delegates
HostMessageReceivedCallback |
Deprecated. Callback function that will be invoked when a message is sent to the Isolated Windows Environment |
MessageReceivedCallback |
Deprecated. Callback function that will be invoked when a message is sent from the Isolated Windows Environment using PostMessageToReceiver. |
Remarks
Warning
The APIs in this namespace are deprecated.