IProtectionEngine.RevokeContent Method

Definition

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

Applies to