SecureRemotingConnectConfiguration.PerformSystemValidation Field      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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