IProtectionHandler.GetSerializedPreLicense(PreLicenseFormat) Method
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.
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.