ServicePointManager.CheckCertificateRevocationList Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
[Visual Basic] Public Shared Property CheckCertificateRevocationList As Boolean [C#] public static bool CheckCertificateRevocationList {get; set;} [C++] public: __property static bool get_CheckCertificateRevocationList(); public: __property static void set_CheckCertificateRevocationList(bool); [JScript] public static function get CheckCertificateRevocationList() : Boolean; public static function set CheckCertificateRevocationList(Boolean);
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ServicePointManager Class | ServicePointManager Members | System.Net Namespace