Search Results for

    Show / Hide Table of Contents

    Class AsposeLicenseEncoder

    Can be used to get the license key stream that is used with Aspose products

    Inheritance
    System.Object
    AsposeLicenseEncoder
    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: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense
    Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
    Syntax
    public class AsposeLicenseEncoder

    Constructors

    AsposeLicenseEncoder()

    Declaration
    public AsposeLicenseEncoder()

    Methods

    GenerateEncodedLicenseFile(String)

    Can be used for applying the obfuscation to a new license file

    Declaration
    public string GenerateEncodedLicenseFile(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.String

    GetEncodedLicense()

    Returns the license stream that has to be passed into Aspose's methods. The key is stored obfuscated in an embedded resource.

    Declaration
    public Stream GetEncodedLicense()
    Returns
    Type Description
    System.IO.Stream

    On this page

    • Constructors
      • AsposeLicenseEncoder()
    • Methods
      • GenerateEncodedLicenseFile(String)
      • GetEncodedLicense()
    Back to top Generated by DocFX