ServicePointManager.CheckCertificateRevocationList プロパティ
アセンブリ: System (system.dll 内)

Dim value As Boolean value = ServicePointManager.CheckCertificateRevocationList ServicePointManager.CheckCertificateRevocationList = value
/** @property */ public static boolean get_CheckCertificateRevocationList () /** @property */ public static void set_CheckCertificateRevocationList (boolean value)
public static function get CheckCertificateRevocationList () : boolean public static function set CheckCertificateRevocationList (value : boolean)
証明書失効リストが照合される場合は true。それ以外の場合は false。


ServicePointManager.UseNagleAlgorithm = True ServicePointManager.Expect100Continue = True ServicePointManager.CheckCertificateRevocationList = True ServicePointManager.DefaultConnectionLimit = _ ServicePointManager.DefaultPersistentConnectionLimit
ServicePointManager.UseNagleAlgorithm = true; ServicePointManager.Expect100Continue = true; ServicePointManager.CheckCertificateRevocationList = true; ServicePointManager.DefaultConnectionLimit = ServicePointManager.DefaultPersistentConnectionLimit;


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からServicePointManager.CheckCertificateRevocationList プロパティを検索する場合は、下記のリンクをクリックしてください。

- ServicePointManager.CheckCertificateRevocationList プロパティのページへのリンク