SysadminsLV .NET API Documentation
C#
VB
C++
F#
Show/Hide TOC
Ocsp
Responder
Stop Method
Stops Online Responder service.
Definition
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
Copy
public
void
Stop
()
VB
Copy
Public
Sub
Stop
C++
Copy
public
:
void
Stop
()
F#
Copy
member
Stop
:
unit
->
unit
Exceptions
InvalidOperationException
The service is already stopped.
See Also
Reference
OcspResponder Class
SysadminsLV.PKI.Management.CertificateServices Namespace
In This Article
Definition
Exceptions
See Also