Class LicenseReader
Inheritance
System.Object
LicenseReader
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public sealed class LicenseReader : Object
Methods
GetSignedXml(XmlDocument, RSA)
Declaration
public static XmlElement GetSignedXml(XmlDocument document, RSA key)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
|
System.Security.Cryptography.RSA |
key |
|
Returns
Type |
Description |
System.Xml.XmlElement |
|
PopulateRestrictions(LicenseData, XmlNodeList)
Declaration
public static void PopulateRestrictions(LicenseData license, XmlNodeList restrictions)
Parameters
Type |
Name |
Description |
LicenseData |
license |
|
System.Xml.XmlNodeList |
restrictions |
|
Read(XmlDocument, RSA)
Declaration
public static LicenseDataCollection Read(XmlDocument document, RSA key)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
|
System.Security.Cryptography.RSA |
key |
|
Returns
Extension Methods