ProtectedContentRevokedEventArgs ProtectedContentRevokedEventArgs ProtectedContentRevokedEventArgs ProtectedContentRevokedEventArgs 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 has been revoked.

public : sealed class ProtectedContentRevokedEventArgs : IProtectedContentRevokedEventArgspublic sealed class ProtectedContentRevokedEventArgs : IProtectedContentRevokedEventArgsPublic NotInheritable Class ProtectedContentRevokedEventArgs Implements IProtectedContentRevokedEventArgs// 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.ProtectedContentRevoked 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 has been revoked.

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 has been revoked.