docs.unity3d.com
    Show / Hide Table of Contents

    Struct WindowsMRRemoting.SecureListenData

    Used to pass vertificate and authentication validation to the remoting runtime when remoting is setup using the secure API.

    See Microsoft documentation about secure Holographic Remoting Connections for how a secure connection is setup and used.

    Namespace: UnityEngine.XR.WindowsMR
    Syntax
    public struct SecureListenData

    Fields

    certificate

    Byte array that contains the encrypted ceritificate information that the secure Listen() API will use to validate it's authenticity with the client.

    Declaration
    public byte[] certificate
    Field Value
    Type Description
    Byte[]

    certificateByteCount

    Count of bytes in the certificate array.

    Declaration
    public uint certificateByteCount
    Field Value
    Type Description
    UInt32

    certificatePassword

    The password used to securely retrieve the certificate information from the certificate.

    Declaration
    public string certificatePassword
    Field Value
    Type Description
    String

    certificateSubject

    The subject of the certificate. Used to securely retrieve the certificate information from the certificate.

    Declaration
    public string certificateSubject
    Field Value
    Type Description
    String

    realm

    The Realm of the authentication provider set up with the secure Listen() API.

    Declaration
    public string realm
    Field Value
    Type Description
    String
    Back to top
    Terms of use
    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