This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum OcspSigningFlags
<FlagsAttribute>
Public Enumeration OcspSigningFlags
[FlagsAttribute]
public enum class OcspSigningFlags
[<FlagsAttribute>]
type OcspSigningFlags
None | 0 | None. |
Silent | 1 | Acquire a private key silently. |
UseCaCert | 2 | 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. |
SigningCertAutoRenewal | 4 | Enable a responder service to automatically transition to a renewed signing certificate. |
ForceDelegatedCert | 8 | Force a delegated signing certificate to be signed by the CA. |
AutoDiscoverSigningCert | 16 | Automatically discover a delegated signing certificate. |
ManualSigningCert | 32 | Manually assign a signing certificate. |
ResponderIdKeyHash | 64 | A responder ID includes a hash of the public key of the signing certificate (default). |
ResponderIdCertName | 128 | A responder ID includes the name of the subject in a signing certificate. |
AllowNonce | 256 | Enable NONCE extension to be processed by a responder service. |
SigningCertAutoEnrollment | 512 | A responder service can enroll for a signing certificate. |