IProtectionHandler.GetSerializedPreLicense(PreLicenseFormat) Method

Definition

Returns the serialized prelicense

public System.Collections.Generic.List<byte> GetSerializedPreLicense (Microsoft.InformationProtection.Protection.PreLicenseFormat format);
abstract member GetSerializedPreLicense : Microsoft.InformationProtection.Protection.PreLicenseFormat -> System.Collections.Generic.List<byte>
Public Function GetSerializedPreLicense (format As PreLicenseFormat) As List(Of Byte)

Parameters

format
PreLicenseFormat

The format of the prelicense

Returns

Serialized prelicense.

Applies to