OcspResponderRequestFlags Enumeration

Defines a set of flags that controls how the OCSP requests are processed on a Microsoft Online Responder.

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

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum OcspResponderRequestFlags

Members

None0 None.
RejectSignature1 Instructs Online Responder to reject OCSP requests that have signatures on them.

See Also