ProtectedContainerImportResult ProtectedContainerImportResult ProtectedContainerImportResult ProtectedContainerImportResult Class

Definition

Note

Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.

Represents the result of an enterprise protected file that has been imported from a container file.

public : sealed class ProtectedContainerImportResult : IProtectedContainerImportResultpublic sealed class ProtectedContainerImportResult : IProtectedContainerImportResultPublic NotInheritable Class ProtectedContainerImportResult Implements IProtectedContainerImportResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0) Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Security.EnterpriseData.EnterpriseDataContract (introduced v1)

Properties

File File File File

Note

Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.

The enterprise protected file that has been loaded from a container file.

public : StorageFile File { get; }public StorageFile File { get; }Public ReadOnly Property File As StorageFile// You can use this property in JavaScript.
Value
StorageFile StorageFile StorageFile StorageFile

The enterprise protected file that has been loaded from a container file.

Status Status Status Status

Note

Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.

The protection status after an enterprise protected file has been imported from a container file.

public : ProtectedImportExportStatus Status { get; }public ProtectedImportExportStatus Status { get; }Public ReadOnly Property Status As ProtectedImportExportStatus// You can use this property in JavaScript.