This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum OcspResponderRights
<FlagsAttribute>
Public Enumeration OcspResponderRights
[FlagsAttribute]
public enum class OcspResponderRights
[<FlagsAttribute>]
type OcspResponderRights
Manage | 1 | Identity can update the configuration information at the responder. |
Read | 256 | Identity can read the configuration information at the responder. |
Request | 512 | Identity can request the response status for a particular certificate from the responder. |