I've faced with problem with time delay during certificate validation. I'm using WIF and JWT Token Handler extension for my claim-based authentication. And in case VPN is turned on I have time delay(about 20 seconds) during certificate validation. Also I found the same behaviour with time delay when I opened Certificate Storage under Microsoft Management Console. Is there any way to avoid this issue?
1 に答える
0
ここで理由を見つけたと思いますhttp://technet.microsoft.com/library/ee619754.aspx
それは言います:
時間有効オブジェクトがディスク キャッシュに見つからない場合は、ネットワーク取得プロセスが開始されます。取得可能な URL ごとに、CryptoAPI はバックグラウンド スレッドを開始して、指定されたオブジェクトのネットワーク取得を実行します。既定では、呼び出し元のスレッドは取得が完了するまで最大 15 秒間待機します (グループ ポリシーで定義)。
于 2014-10-31T16:50:19.430 に答える