We're pleased to announce that the Microsoft Information Protection SDK version 1.5 is now generally available via NuGet and Download Center.
mip::TelemetryConfiguration::maskedProperties
mip::FileHandler::IsLabledOrProtected()
We're sharing our Java Wrapper for Windows on a private preview basis. If you're interested in participating, please fill out the form at https://aka.ms/mipsdkjavapreview!
Once we're satisfied with the Windows release, we plan to expand support to other platforms.
In AIP Classic, a feature existed that would allow admins to define variables in content marking. These variables would be populated with information about the lable, user, or event time. We've built this functionality in to MIP SDK so that our partners and customers can take advantage of the same dynamic content marking.
Dynamic content marking is supported for watermark, header, or footer actions. Supported variables are:
Variable | Description |
---|---|
${Item.Label} | The name of the label applied to the item. |
${Item.Name} | The name of the item. |
${Item.Location} | The path to the item. |
${User.Name} | The name of the user owner of the document. |
${User.PrincipalName} | The UPN of the owner of the document. |
${Event.DateTime} | The time that the label was written. |
This content marking is configurable via mip::PolicyEngine::Settings::SetVirableTextMarkingType()
.
To set the friendly username, use mip::Identity
and construct with the user-friendly name field.
Review the version release history for a full list of changes to this release.
-Tom Moser and the MIP SDK Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.