Click or drag to resize

OcspResponder Methods

The OcspResponder type exposes the following members.

Methods
  NameDescription
Public methodAddArrayMember
Adds specified Online Responder to the current Online Responder Array.
Public methodAddRevocationConfiguration(String, CertificateAuthority)
Adds new revocation configuration to Online Responder to work with specified certification authority.
Public methodAddRevocationConfiguration(String, X509Certificate2)
Adds new revocation configuration to Online Responder.
Public methodClearRevocationConfigurations
Removes all revocation configurations on a current Online Responder server.
Public methodStatic memberConnect
Connects to a specified Online Responder instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMyRoles
Gets current client role on Online Responder server.
Public methodGetRevocationConfigurations
Gets revocation configurations assigned to this Online Responder.
Public methodGetSecurityDescriptor
Gets security descriptor of the current instance of Online Responder.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeArrayController
Makes current instance of Online Responder an Array Controller. If current instance is already a controller, the method does nothing.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPing
Pings specified Online Responder server.
Public methodRemoveArrayMember
Removes specified Online Responder from current Online Responder Array.
Public methodRemoveRevocationConfiguration(String)
Removes named revocation configuration from Online Responder.
Public methodRemoveRevocationConfiguration(OcspResponderRevocationConfiguration)
Removes named revocation configuration from Online Responder.
Public methodRestart
Restarts current Online Responder instance.
Public methodStart
Starts Online Responder service.
Public methodStop
Stops Online Responder service.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also