Class LicenseWriter
Inheritance
System.Object
LicenseWriter
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public sealed class LicenseWriter : Object
Methods
SignXml(XmlDocument, RSA)
Declaration
public static XmlDocument SignXml(XmlDocument document, RSA key)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
|
System.Security.Cryptography.RSA |
key |
|
Returns
Type |
Description |
System.Xml.XmlDocument |
|
Write(LicenseDataCollection, RSA)
Declaration
public static XmlDocument Write(LicenseDataCollection licenses, RSA key)
Parameters
Returns
Type |
Description |
System.Xml.XmlDocument |
|
Write(LicenseDataCollection, RSA, Boolean)
Declaration
public static XmlDocument Write(LicenseDataCollection licenses, RSA key, bool writeOldStyleTypeInfo)
Parameters
Type |
Name |
Description |
LicenseDataCollection |
licenses |
|
System.Security.Cryptography.RSA |
key |
|
System.Boolean |
writeOldStyleTypeInfo |
|
Returns
Type |
Description |
System.Xml.XmlDocument |
|
Extension Methods