DelegationLicenseSettings Constructors

Definition

Overloads

DelegationLicenseSettings(PublishingLicenseInfo)
Obsolete.

DelegationLicenseSettings constructor

DelegationLicenseSettings(MipContext, PublishingLicenseInfo)

DelegationLicenseSettings constructor

DelegationLicenseSettings(PublishingLicenseInfo)

Caution

DelegationLicenseSettings(PublishingLicenseInfo) is deprecated, use DelegationLicenseSettings(MipContext, PublishingLicenseInfo)

DelegationLicenseSettings constructor

public DelegationLicenseSettings (Microsoft.InformationProtection.Protection.PublishingLicenseInfo publishingLicenseInfo);
[System.Obsolete("DelegationLicenseSettings(PublishingLicenseInfo) is deprecated, use DelegationLicenseSettings(MipContext, PublishingLicenseInfo)", false)]
public DelegationLicenseSettings (Microsoft.InformationProtection.Protection.PublishingLicenseInfo publishingLicenseInfo);
new Microsoft.InformationProtection.Protection.DelegationLicenseSettings : Microsoft.InformationProtection.Protection.PublishingLicenseInfo -> Microsoft.InformationProtection.Protection.DelegationLicenseSettings
[<System.Obsolete("DelegationLicenseSettings(PublishingLicenseInfo) is deprecated, use DelegationLicenseSettings(MipContext, PublishingLicenseInfo)", false)>]
new Microsoft.InformationProtection.Protection.DelegationLicenseSettings : Microsoft.InformationProtection.Protection.PublishingLicenseInfo -> Microsoft.InformationProtection.Protection.DelegationLicenseSettings
Public Sub New (publishingLicenseInfo As PublishingLicenseInfo)

Parameters

publishingLicenseInfo
PublishingLicenseInfo

The PublishingLicenseInfo

Attributes

Applies to

DelegationLicenseSettings(MipContext, PublishingLicenseInfo)

DelegationLicenseSettings constructor

public DelegationLicenseSettings (Microsoft.InformationProtection.MipContext mipContext, Microsoft.InformationProtection.Protection.PublishingLicenseInfo publishingLicenseInfo);
new Microsoft.InformationProtection.Protection.DelegationLicenseSettings : Microsoft.InformationProtection.MipContext * Microsoft.InformationProtection.Protection.PublishingLicenseInfo -> Microsoft.InformationProtection.Protection.DelegationLicenseSettings
Public Sub New (mipContext As MipContext, publishingLicenseInfo As PublishingLicenseInfo)

Parameters

mipContext
MipContext

The MipContext object used in object creation

publishingLicenseInfo
PublishingLicenseInfo

The PublishingLicenseInfo

Applies to