Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509ChainPolicy::UrlRetrievalTimeout Property

 

Gets the time span that elapsed during online revocation verification or downloading the certificate revocation list (CRL).

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
property TimeSpan UrlRetrievalTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan object.

When using online revocation checking, this property can be used to set the URL retrieval timeout.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft