ProtectedFileCreateResult ProtectedFileCreateResult ProtectedFileCreateResult ProtectedFileCreateResult Class

Definition

Note

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

Contains information about a newly created enterprise protected file.

public : sealed class ProtectedFileCreateResult : IProtectedFileCreateResultpublic sealed class ProtectedFileCreateResult : IProtectedFileCreateResultPublic NotInheritable Class ProtectedFileCreateResult Implements IProtectedFileCreateResult// 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 newly created enterprise protected 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 newly created enterprise protected file.

ProtectionInfo ProtectionInfo ProtectionInfo ProtectionInfo

Note

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

Information about the enterprise protected file.

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

Information about the enterprise protected file.

Stream Stream Stream Stream

Note

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

The stream random access to the newly created enterprise protected file.

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

The stream random access to the newly created enterprise protected file.