IsolatedWindowsEnvironmentOwnerRegistrationData Class

Definition

Deprecated. Class that returns all the registration data from isolatedwindowsenvironmentownerregistration.

public ref class IsolatedWindowsEnvironmentOwnerRegistrationData sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IsolatedWindowsEnvironmentOwnerRegistrationData final
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
class IsolatedWindowsEnvironmentOwnerRegistrationData final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IsolatedWindowsEnvironmentOwnerRegistrationData
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public sealed class IsolatedWindowsEnvironmentOwnerRegistrationData
function IsolatedWindowsEnvironmentOwnerRegistrationData()
Public NotInheritable Class IsolatedWindowsEnvironmentOwnerRegistrationData
Inheritance
Object Platform::Object IInspectable IsolatedWindowsEnvironmentOwnerRegistrationData
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v2.0)

Remarks

Warning

This is a deprecated API.

Constructors

IsolatedWindowsEnvironmentOwnerRegistrationData()

Deprecated. All the attributes for owner registered to Isolated Windows Environment.

Properties

ActivationFileExtensions

Deprecated. Extensions of files that can be activated in the Isolated Windows Environment.

ProcessesRunnableAsSystem

Deprecated. Processes run as System.

ProcessesRunnableAsUser

Deprecated. Processes run as User.

ShareableFolders

Deprecated. Folders that can be shared from the host into the Isolated Windows Environment.

Applies to