IProtectionEngine.RevokeContentAsync Method

Definition

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.

Applies to