Class LicenseWriter
Inheritance
System.Object
LicenseWriter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing.IO
Assembly: EPiServer.Licensing.dll
Version: 11.20.7Syntax
public sealed class LicenseWriter
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 |