OCSPHttpService Constructor
|
Construct a new instance.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public OCSPHttpService(
string url
)
Public Sub New (
url As String
)
public:
OCSPHttpService(
String^ url
)
new :
url : string -> OCSPHttpService
Parameters
-
url
-
Type:
System
String
The ocsp server url.
See Also