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.

Definition

Namespace: SysadminsLV.PKI.Security.AccessControl
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum OcspResponderRights

Members

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