OcspResponderRevocationConfiguration Class |
Namespace: SysadminsLV.PKI.Management.CertificateServices
The OcspResponderRevocationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
BaseCrlUrls |
Gets or sets an array of URLs that point to Base CRL locations. Every URL must be either HTTP or LDAP.
| |
CACertificate |
Gets the certification authority certificate.
| |
ComputerName |
Gets the Online Responder host name.
| |
ConfigString |
Gets the configuration string for online certification authority.
| |
ConfigurationStatusCode |
Gets the current configuration status code.
| |
CryptoProviderName |
Gets the cryptographic provider name used to store OCSP response signing keys.
| |
CrlUrlTimeout |
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.
| |
DeltaCrlUrls |
Gets or sets an array of URLs that point to Delta CRL locations. Every URL must be either HTTP or LDAP.
| |
HashAlgorithm |
Gets or sets the hashing algorithm used to sign OCSP responses.
| |
IssuedSerialNumbersDirectories |
Gets an array of UNC or local file paths that are being used by the CA to store the serial numbers of certificates.
| |
LocalRevocationInformation |
Gets the local revocation information.
| |
Name |
Gets the display name of revocation configuration.
| |
RefreshTimeout |
Gets local CRL cache lifetime in minutes. If the value is zero, then CRL cache is valid while CRLs are valid.
| |
ReminderDuration |
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%.
| |
RevocationStatusCode |
Gets the revocation information status code.
| |
SigningCertificate |
Gets or sets signing certificate used to sign OCSP responses for current CA.
| |
SigningCertificateTemplate |
Gets or sets the certificate template common name Online Responder will use to enroll for signing certificate.
| |
SigningFlags |
Gets or sets the signing certificate handling options.
|
Name | Description | |
---|---|---|
Commit |
Commits changes to Online Responder.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSigningCertificateCandidates |
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. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |