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