OcspSettings

Overview

OcspSettings is a class in Aspose.PDF FOSS for .NET.

OCSP (Online Certificate Status Protocol) settings for the signer’s revocation-check / OCSP-stapling path.

This class provides 2 methods for working with OcspSettings objects in .NET programs. Available methods include: OcspSettings. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: RequestTimeout, ServerUrl.

Properties

NameTypeAccessDescription
ServerUrlstring?Read/WriteOCSP responder URL.
RequestTimeoutintRead/WriteHTTP request timeout in milliseconds.

Methods

SignatureDescription
OcspSettings()Calls OcspSettings on this OcspSettings instance.
OcspSettings(serverUrl: string?)

See Also