BufferProtectUnprotectResult BufferProtectUnprotectResult BufferProtectUnprotectResult BufferProtectUnprotectResult Class

Definition

Note

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

Contains information about the result from protecting or unprotecting an enterprise protected buffer.

public : sealed class BufferProtectUnprotectResult : IBufferProtectUnprotectResultpublic sealed class BufferProtectUnprotectResult : IBufferProtectUnprotectResultPublic NotInheritable Class BufferProtectUnprotectResult Implements IBufferProtectUnprotectResult// 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

Buffer Buffer Buffer Buffer

Note

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

Gets the enterprise protected buffer that has been protected or unprotected.

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

The enterprise protected buffer.

ProtectionInfo ProtectionInfo ProtectionInfo ProtectionInfo

Note

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

Gets the DataProtectionInfo object concerning the enterprise protected buffer that has been protected or unprotected.

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

The info object concerning the enterprise protected buffer.