OcspResponderClientRole Enumeration

Defines client roles on 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 OcspResponderClientRole

Members

None0 The caller has no roles.
Administrator1 The caller can update the configuration information at the responder.
Read256 The caller can read the configuration information at the responder.
Request512 The caller can request the response status for a particular certificate from the responder.

See Also