IProtectionEngine Interface
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.
This class manages protection-related actions related to a specific identity.
public interface IProtectionEngine : IDisposable
type IProtectionEngine = interface
interface IDisposable
Public Interface IProtectionEngine
Implements IDisposable
- Implements
Properties
Settings |
Returns the engine settings. |
Methods
CreateDelegationLicenses(DelegationLicenseSettings) |
Creates a delegated license. |
CreateDelegationLicensesAsync(DelegationLicenseSettings) |
Creates a delegated license. |
CreateProtectionHandlerForConsumption(ConsumptionSettings) |
Creates a protection handler where rights/roles are assigned to specific users. |
CreateProtectionHandlerForConsumptionAsync(ConsumptionSettings) |
Starts creating a protection handler where rights/roles are assigned to specific users. |
CreateProtectionHandlerForPublishing(PublishingSettings) |
Creates a protection handler where rights/roles are assigned to specific users. |
CreateProtectionHandlerForPublishingAsync(PublishingSettings) |
Starts creating a protection handler where rights/roles are assigned to specific users. |
GetLicenseRightsData(PublishingLicenseInfo, ProtectionCommonSettings) |
Get license rights data from publishing license. |
GetLicenseRightsDataAsync(PublishingLicenseInfo, ProtectionCommonSettings) |
Get license rights data from publishing license. |
GetRightsForLabelId(String, String, String, String, ProtectionCommonSettings) |
Get collection of rights available to a user for a label ID. |
GetRightsForLabelId(String, String, String, String) |
Get collection of rights available to a user for a label ID. |
GetRightsForLabelIdAsync(String, String, String, String, ProtectionCommonSettings) |
Starts getting collection of rights available to a user for a label ID. |
GetRightsForLabelIdAsync(String, String, String, String) |
Starts getting collection of rights available to a user for a label ID. |
GetTemplates() |
Get collection of templates available to a user. |
GetTemplates(GetTemplatesSettings) |
Get collection of templates available to a user. |
GetTemplatesAsync() |
Starts getting collection of templates available to a user. |
GetTemplatesAsync(GetTemplatesSettings) |
Starts getting collection of templates available to a user. |
GetTenantInformation(ProtectionCommonSettings) |
Loads user licensor certificate and returns information about the tenant |
GetTenantInformationAsync(ProtectionCommonSettings) |
Loads user licensor certificate and returns information about the tenant |
RegisterContentForTrackingAndRevocation(PublishingLicenseInfo, String, Boolean, ProtectionCommonSettings) |
Register publishing license (PL) for document tracking and revocation. |
RegisterContentForTrackingAndRevocation(PublishingLicenseInfo, String, Boolean) |
Register publishing license (PL) for document tracking and revocation. |
RegisterContentForTrackingAndRevocationAsync(PublishingLicenseInfo, String, Boolean, ProtectionCommonSettings) |
Register publishing license (PL) for document tracking and revocation. |
RegisterContentForTrackingAndRevocationAsync(PublishingLicenseInfo, String, Boolean) |
Register publishing license (PL) for document tracking and revocation. |
RevokeContent(PublishingLicenseInfo, ProtectionCommonSettings) |
Perform revocation for content. |
RevokeContent(PublishingLicenseInfo) |
Perform revocation for content. |
RevokeContentAsync(PublishingLicenseInfo, ProtectionCommonSettings) |
Perform revocation for content. |
RevokeContentAsync(PublishingLicenseInfo) |
Perform revocation for content. |