Click or drag to resize

OcspResponderRights Enumeration

Defines possible permissions which are used by Certification Authority.

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

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum OcspResponderRights
Members
  Member nameValueDescription
Manage1 Identity can update the configuration information at the responder.
Read256 Identity can read the configuration information at the responder.
Request512 Identity can request the response status for a particular certificate from the responder.
See Also