PublishingLicenseInfo.GetPublishingLicenseInfo Method

Definition

Overloads

GetPublishingLicenseInfo(List<Byte>)
Obsolete.

PublishingLicenseInfo constructor

GetPublishingLicenseInfo(List<Byte>, MipContext)

PublishingLicenseInfo constructor

GetPublishingLicenseInfo(List<Byte>, List<Byte>)
Obsolete.

PublishingLicenseInfo constructor

GetPublishingLicenseInfo(List<Byte>, List<Byte>, MipContext)

PublishingLicenseInfo constructor

GetPublishingLicenseInfo(List<Byte>)

Caution

GetPublishingLicenseInfo(List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, MipContext)

PublishingLicenseInfo constructor

[System.Obsolete("GetPublishingLicenseInfo(List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, MipContext)", false)]
public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense);
public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense);
[<System.Obsolete("GetPublishingLicenseInfo(List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, MipContext)", false)>]
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
Public Shared Function GetPublishingLicenseInfo (serializedPublishingLicense As List(Of Byte)) As PublishingLicenseInfo

Parameters

serializedPublishingLicense
List<Byte>

The SerializedPublishingLicense

Returns

The PublishingLicenseInfo

Attributes

Applies to

GetPublishingLicenseInfo(List<Byte>, MipContext)

PublishingLicenseInfo constructor

public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense, Microsoft.InformationProtection.MipContext mipContext);
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> * Microsoft.InformationProtection.MipContext -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
Public Shared Function GetPublishingLicenseInfo (serializedPublishingLicense As List(Of Byte), mipContext As MipContext) As PublishingLicenseInfo

Parameters

serializedPublishingLicense
List<Byte>

The SerializedPublishingLicense

mipContext
MipContext

The global MIP context

Returns

The PublishingLicenseInfo

Applies to

GetPublishingLicenseInfo(List<Byte>, List<Byte>)

Caution

GetPublishingLicenseInfo(List<byte>, List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, List<byte>, MipContext)

PublishingLicenseInfo constructor

[System.Obsolete("GetPublishingLicenseInfo(List<byte>, List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, List<byte>, MipContext)", false)]
public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense, System.Collections.Generic.List<byte> serializedPreLicense);
public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense, System.Collections.Generic.List<byte> serializedPreLicense);
[<System.Obsolete("GetPublishingLicenseInfo(List<byte>, List<byte>) is deprecated, use GetPublishingLicenseInfo(List<byte>, List<byte>, MipContext)", false)>]
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> * System.Collections.Generic.List<byte> -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> * System.Collections.Generic.List<byte> -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
Public Shared Function GetPublishingLicenseInfo (serializedPublishingLicense As List(Of Byte), serializedPreLicense As List(Of Byte)) As PublishingLicenseInfo

Parameters

serializedPublishingLicense
List<Byte>

The SerializedPublishingLicense

serializedPreLicense
List<Byte>

The SerializedPreLicense

Returns

The PublishingLicenseInfo

Attributes

Applies to

GetPublishingLicenseInfo(List<Byte>, List<Byte>, MipContext)

PublishingLicenseInfo constructor

public static Microsoft.InformationProtection.Protection.PublishingLicenseInfo GetPublishingLicenseInfo (System.Collections.Generic.List<byte> serializedPublishingLicense, System.Collections.Generic.List<byte> serializedPreLicense, Microsoft.InformationProtection.MipContext mipContext);
static member GetPublishingLicenseInfo : System.Collections.Generic.List<byte> * System.Collections.Generic.List<byte> * Microsoft.InformationProtection.MipContext -> Microsoft.InformationProtection.Protection.PublishingLicenseInfo
Public Shared Function GetPublishingLicenseInfo (serializedPublishingLicense As List(Of Byte), serializedPreLicense As List(Of Byte), mipContext As MipContext) As PublishingLicenseInfo

Parameters

serializedPublishingLicense
List<Byte>

The SerializedPublishingLicense

serializedPreLicense
List<Byte>

The SerializedPreLicense

mipContext
MipContext

The global MIP context

Returns

The PublishingLicenseInfo

Applies to