DataProtectionInfo
DataProtectionInfo
DataProtectionInfo
DataProtectionInfo
Class
Definition
Note
Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.
Contains information about an enterprise protected buffer or stream.
public : sealed class DataProtectionInfo : IDataProtectionInfopublic sealed class DataProtectionInfo : IDataProtectionInfoPublic NotInheritable Class DataProtectionInfo Implements IDataProtectionInfo// You can use this class in JavaScript.
- Attributes
| 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
Identity Identity Identity Identity
Note
Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.
The enterprise identity of the enterprise protected buffer or stream.
public : PlatForm::String Identity { get; }public string Identity { get; }Public ReadOnly Property Identity As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The enterprise identity. This is an email address or domain that is managed. Your app should use IsIdentityManaged to confirm that an email address or domain is managed.
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 of the enterprise protected buffer or stream.
public : DataProtectionStatus Status { get; }public DataProtectionStatus Status { get; }Public ReadOnly Property Status As DataProtectionStatus// You can use this property in JavaScript.
A value of the DataProtectionStatus enumeration.