IProtectionEngine.RevokeContentAsync 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
RevokeContentAsync(PublishingLicenseInfo, ProtectionCommonSettings) |
Perform revocation for content. |
RevokeContentAsync(PublishingLicenseInfo) |
Perform revocation for content. |
RevokeContentAsync(PublishingLicenseInfo, ProtectionCommonSettings)
Perform revocation for content.
public System.Threading.Tasks.Task RevokeContentAsync (Microsoft.InformationProtection.Protection.PublishingLicenseInfo licenseInfo, Microsoft.InformationProtection.Protection.ProtectionCommonSettings settings = default);
abstract member RevokeContentAsync : Microsoft.InformationProtection.Protection.PublishingLicenseInfo * Microsoft.InformationProtection.Protection.ProtectionCommonSettings -> System.Threading.Tasks.Task
Public Function RevokeContentAsync (licenseInfo As PublishingLicenseInfo, Optional settings As ProtectionCommonSettings = Nothing) As Task
Parameters
- licenseInfo
- PublishingLicenseInfo
Publishing license from the protected content.
- settings
- ProtectionCommonSettings
Common settings for protection
Returns
A task that represents the asynchronous create operation.
Applies to
RevokeContentAsync(PublishingLicenseInfo)
Perform revocation for content.
public System.Threading.Tasks.Task RevokeContentAsync (Microsoft.InformationProtection.Protection.PublishingLicenseInfo licenseInfo);
abstract member RevokeContentAsync : Microsoft.InformationProtection.Protection.PublishingLicenseInfo -> System.Threading.Tasks.Task
Public Function RevokeContentAsync (licenseInfo As PublishingLicenseInfo) As Task
Parameters
- licenseInfo
- PublishingLicenseInfo
Publishing license from the protected content.
Returns
A task that represents the asynchronous create operation.