Show / Hide Table of Contents

Method LoadFromXaml

| Improve this Doc View Source

LoadFromXaml(String)

Loads the license from XAML string.

Declaration
public static License LoadFromXaml(string xaml)
Parameters
Type Name Description
System.String xaml

The XAML string, returned by license publisher without signature.

Returns
Type Description
License

The License object.

Remarks

This method provides License object for analysis purpose only, such as in License Console application. Validating against this license throws an System.InvalidOperationException.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest