IProtectionEngine.RevokeContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RevokeContent(PublishingLicenseInfo) |
Perform revocation for content. |
RevokeContent(PublishingLicenseInfo, ProtectionCommonSettings) |
Perform revocation for content. |
RevokeContent(PublishingLicenseInfo)
Perform revocation for content.
public void RevokeContent (Microsoft.InformationProtection.Protection.PublishingLicenseInfo licenseInfo);
abstract member RevokeContent : Microsoft.InformationProtection.Protection.PublishingLicenseInfo -> unit
Public Sub RevokeContent (licenseInfo As PublishingLicenseInfo)
Parameters
- licenseInfo
- PublishingLicenseInfo
Publishing license from the protected content.
Applies to
RevokeContent(PublishingLicenseInfo, ProtectionCommonSettings)
Perform revocation for content.
public void RevokeContent (Microsoft.InformationProtection.Protection.PublishingLicenseInfo licenseInfo, Microsoft.InformationProtection.Protection.ProtectionCommonSettings settings = default);
abstract member RevokeContent : Microsoft.InformationProtection.Protection.PublishingLicenseInfo * Microsoft.InformationProtection.Protection.ProtectionCommonSettings -> unit
Public Sub RevokeContent (licenseInfo As PublishingLicenseInfo, Optional settings As ProtectionCommonSettings = Nothing)
Parameters
- licenseInfo
- PublishingLicenseInfo
Publishing license from the protected content.
- settings
- ProtectionCommonSettings
Common settings for protection