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: