This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum RequestType
<FlagsAttribute>
Public Enumeration RequestType
[FlagsAttribute]
public enum class RequestType
None | 0 | None. |
PKCS10 | 256 | Request is in PKCS#10 format. |
Keygen | 512 | Request is in Netscape Keygen format. |
PKCS7 | 768 | Request is in PKCS#7 format. |
CMC | 1,024 | Request is in CMC format. |
RPC | 131,072 | Request is submitted via RPC interface. |
FullResponse | 262,144 | Full response is generated. |
CRL | 524,288 | N/A |
Machine | 1,048,576 | N/A |
ROBO | 2,097,152 | Request is Request On Behalf Of (ROBO). |
NoClientID | 4,194,304 | N/A |
ConnectOnly | 8,388,608 | N/A |