Method LoadFromXaml
| Improve this Doc View SourceLoadFromXaml(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.