ProtectedAccessResumedEventArgs ProtectedAccessResumedEventArgs ProtectedAccessResumedEventArgs ProtectedAccessResumedEventArgs Class

Definition

Note

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

Provides data when content protection is resumed.

public : sealed class ProtectedAccessResumedEventArgs : IProtectedAccessResumedEventArgspublic sealed class ProtectedAccessResumedEventArgs : IProtectedAccessResumedEventArgsPublic NotInheritable Class ProtectedAccessResumedEventArgs Implements IProtectedAccessResumedEventArgs// 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)

Remarks

This object is accessed when you implement an event handler for the ProtectionPolicyManager.ProtectedAccessResumed event.

Properties

Identities Identities Identities Identities

Note

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

Contains the enterprise identities for which content protection is being resumed.

public : IVectorView<string> Identities { get; }public IReadOnlyList<string> Identities { get; }Public ReadOnly Property Identities As IReadOnlyList<string>// You can use this property in JavaScript.
Value
IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>

The enterprise identities for which content protection is being resumed.