RealTimeConnectionManager.DisableCrlChecks Method
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.
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.