Edit

Share via


RealTimeConnectionManager.DisableCrlChecks Method

Definition

Disables network traffic to validate CRL checks on certificates which can add tens of seconds to call establishment times when the internet connection is not available.

public:
 static void DisableCrlChecks();
public static void DisableCrlChecks ();
static member DisableCrlChecks : unit -> unit
Public Shared Sub DisableCrlChecks ()

Remarks

Applications should carefully consider security considerations of disabling CRL checks. This will allow calls using certificates that may have been revoked since they were issued. For applications that are inside a data center with no internet connectivity, this may be acceptable.

Applies to