Share via


SecureRemotingConnectConfiguration Struct

Definition

Specifies the configuration for the remote app (Client) to initiate a secure remoting connection.

public struct SecureRemotingConnectConfiguration
type SecureRemotingConnectConfiguration = struct
Public Structure SecureRemotingConnectConfiguration
Inheritance
SecureRemotingConnectConfiguration

Fields

AuthenticationToken

Shared token between the remote app (Client) and remote player (Server). Used by remote player (Server) to validate the remote app (Client) before establishing a secure connection. For more details, reference the client to server authentication.

PerformSystemValidation

Specify whether to request platform's default validation on the remote player's certificate using the validation functions of the underlying operating system or cryptography library.This bool is taken into account only when AppRemoting.ValidateServerCertificate callback is implemented by the remote app (Client). Otherwise, if the callback is not provided system validation is performed regardless and is used for validating the remoting player's(Server) certificate.

ValidateServerCertificateCallback

The callback function to validate the certificate chain provided by the remote player (Server).

Applies to