Share via


SecureRemotingConnectConfiguration.PerformSystemValidation Field

Definition

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.

public bool PerformSystemValidation;
val mutable PerformSystemValidation : bool
Public PerformSystemValidation As Boolean 

Field Value

Applies to