Click or drag to resize

OcspSigningFlag Enumeration

Contains values to configure OCSP signing certificate management behavior.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum OcspSigningFlag
Members
  Member nameValueDescription
None0 None.
Silent1 Acquire a private key silently.
UseCaCert2 Use a CA certificate in this configuration for signing an OCSP response. This option is available only if the responder service is installed on the CA computer.
SigningCertAutoRenewal4 Enable a responder service to automatically transition to a renewed signing certificate.
ForceDelegatedCert8 Force a delegated signing certificate to be signed by the CA.
AutoDiscoverSigningCert16 Automatically discover a delegated signing certificate.
ManualSigningCert32 Manually assign a signing certificate.
ResponderIdKeyHash64 A responder ID includes a hash of the public key of the signing certificate (default).
ResponderIdCertName128 A responder ID includes the name of the subject in a signing certificate.
AllowNonce256 Enable NONCE extension to be processed by a responder service.
SigningCertAutoEnrollment512 A responder service can enroll for a signing certificate.
See Also