ProtectedContainerExportResult
ProtectedContainerExportResult
ProtectedContainerExportResult
ProtectedContainerExportResult
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 exported to a container file.
public : sealed class ProtectedContainerExportResult : IProtectedContainerExportResultpublic sealed class ProtectedContainerExportResult : IProtectedContainerExportResultPublic NotInheritable Class ProtectedContainerExportResult Implements IProtectedContainerExportResult// 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 container file that has been exported from an enterprise protected file.
public : StorageFile File { get; }public StorageFile File { get; }Public ReadOnly Property File As StorageFile// You can use this property in JavaScript.
The container file that has been exported from an enterprise protected 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 exported to a container file.
public : ProtectedImportExportStatus Status { get; }public ProtectedImportExportStatus Status { get; }Public ReadOnly Property Status As ProtectedImportExportStatus// You can use this property in JavaScript.
- Value
- ProtectedImportExportStatus ProtectedImportExportStatus ProtectedImportExportStatus ProtectedImportExportStatus
A value of the ProtectedImportExportStatus enumeration.