docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TangleObfuscator

    This class will generate the tangled signature used for client-side receipt validation obfuscation.

    Inheritance
    object
    TangleObfuscator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Purchasing
    Assembly: UnityEditor.Purchasing.dll
    Syntax
    public static class TangleObfuscator

    Methods

    Obfuscate(byte[], int[], out int)

    Generates the obfucscation tangle data.

    Declaration
    public static byte[] Obfuscate(byte[] data, int[] order, out int rkey)
    Parameters
    Type Name Description
    byte[] data

    The Apple or GooglePlay public key data to be obfuscated.

    int[] order

    The array, passed by reference, of order of the data slices used to obfuscate the data with.

    int rkey

    Outputs the encryption key to deobfuscate the tangled data at runtime

    Returns
    Type Description
    byte[]

    The obfucated public key

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)