Click or drag to resize

OcspResponderClientRole Enumeration

Defines client roles on Online Responder.

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

Namespace:  PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum OcspResponderClientRole
Members
  Member nameValueDescription
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