docs.unity3d.com
    Show / Hide Table of Contents

    Class TangleObfuscator

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

    Inheritance
    Object
    TangleObfuscator
    Namespace: UnityEditor.Purchasing
    Syntax
    public static class TangleObfuscator

    Methods

    Obfuscate(Byte[], Int32[], out Int32)

    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.

    Int32[] order

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

    Int32 rkey

    Outputs the encryption key to deobfuscate the tangled data at runtime

    Returns
    Type Description
    Byte[]

    The obfucated public key

    In This Article
    • Methods
      • Obfuscate(Byte[], Int32[], out Int32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023