Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class LicenseWriter

Inheritance
System.Object
LicenseWriter
Namespace: EPiServer.Licensing.IO
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
Type Name Description
LicenseDataCollection licenses
System.Security.Cryptography.RSA key
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