Skip to content

OCSPCacheOptions

Represents configuration options specific to OCSP caching.

Fields:

TimeSpan MaxWaitTime

Gets or sets the maximum wait time for OCSP responses.

TimeSpan RetryUnknownAfter

Determines the duration after which to retry in cases of unknown OCSP statuses.

String FolderName

Gets or sets the folder name for OCSP caching.

OCSPDatabaseOptions DatabaseOptions

Represents database-specific options for OCSP caching.

OCSPCacheHTTPRequestOptions HTTPRequestOptions

Represents HTTP request-specific options for OCSP caching.

Comments