Windows Information Protection Functions
The following are some functions used with Windows Information Protection (WIP).
Topic | Description |
---|---|
Protects the data in a file to an enterprise identity, so that only users who are associated with that enterprise identity can access the data. The application can then use standard APIs to read or write from the file. |
|
Sets the enterprise ID as the data context of the current thread. This is allowed only if the process already has the same enterprise ID present in its process context. It optionally returns the existing thread token. |
|
Restores a thread back to the original context, which may have been optionally returned from SrpCreateThreadNetworkContext. |
|
Evaluates whether a packaged app will be allowed to execute based on software restriction policies. |
|
Disables permissive mode for file encryption on the current thread. |
|
Enables permissive mode for file encryption on the current thread and all threads this thread will create or post work to. |
|
Gets the list of enterprise identifiers for the given token. |
|
Identifies whether a service is a token service. |
|
Sets a data intent on a token. The caller process should be enterprise allowed for the provided enterprise ID. |
|
Note WIP policy can be applied on Windows 10, version 1607.
|
|
Restores the process back to the original context. |
|
Takes the enterprise attributes from the |
Note WIP policy can be applied on Windows 10, version 1607.