Click or drag to resize

OcspResponderRevocationConfiguration Class

Represents Online Responder revocation configuration object.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.CertificateServicesOcspResponderRevocationConfiguration

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class OcspResponderRevocationConfiguration

The OcspResponderRevocationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyBaseCrlUrls
Gets or sets an array of URLs that point to Base CRL locations. Every URL must be either HTTP or LDAP.
Public propertyCACertificate
Gets the certification authority certificate.
Public propertyComputerName
Gets the Online Responder host name.
Public propertyConfigString
Gets the configuration string for online certification authority.
Public propertyConfigurationStatusCode
Gets the current configuration status code.
Public propertyCryptoProviderName
Gets the cryptographic provider name used to store OCSP response signing keys.
Public propertyCrlUrlTimeout
Gets the time-out in seconds that the revocation provider must wait before it times out while trying to retrieve the CRL for which it is configured.
Public propertyDeltaCrlUrls
Gets or sets an array of URLs that point to Delta CRL locations. Every URL must be either HTTP or LDAP.
Public propertyHashAlgorithm
Gets or sets the hashing algorithm used to sign OCSP responses.
Public propertyIssuedSerialNumbersDirectories
Gets an array of UNC or local file paths that are being used by the CA to store the serial numbers of certificates.
Public propertyLocalRevocationInformation
Gets the local revocation information.
Public propertyName
Gets the display name of revocation configuration.
Public propertyRefreshTimeout
Gets local CRL cache lifetime in minutes. If the value is zero, then CRL cache is valid while CRLs are valid.
Public propertyReminderDuration
Gets a percentage of the signing certificate validity period at which the responder will notify the administrator that certificate is about to expire. Default value is 90%.
Public propertyRevocationStatusCode
Gets the revocation information status code.
Public propertySigningCertificate
Gets or sets signing certificate used to sign OCSP responses for current CA.
Public propertySigningCertificateTemplate
Gets or sets the certificate template common name Online Responder will use to enroll for signing certificate.
Public propertySigningFlags
Gets or sets the signing certificate handling options.
Top
Methods
  NameDescription
Public methodCommit
Commits changes to Online Responder.
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 methodGetSigningCertificateCandidates
Gets a collection of OCSP signing certificate candidates for current CA configuration.

This method searches certificates installed in 'LocalMachine\My' ('Local Machine\Personal'). Certificates stored in other places or other accounts (such as Network Service account) are not shown.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also