Partager via


2.2.1.1.3 RAS_QUARANTINE_STATE

The RAS_QUARANTINE_STATE enumerated type indicates the quarantine state of a client connection [MS-RNAP]. For more information, see [MSDN-NAP].

 typedef enum _RAS_QUARANTINE_STATE
 {
   RAS_QUAR_STATE_NORMAL,
   RAS_QUAR_STATE_QUARANTINE,
   RAS_QUAR_STATE_PROBATION,
   RAS_QUAR_STATE_UNKNOWN
 } RAS_QUARANTINE_STATE;

RAS_QUAR_STATE_NORMAL: The connection state is normal.

RAS_QUAR_STATE_QUARANTINE: The connection is quarantined, meaning that the client did not meet the health requirements [MS-RNAP] and therefore, its access is restricted to specific servers.

RAS_QUAR_STATE_PROBATION: The connection is in probation, meaning that the client is not healthy [MS-RNAP] and needs to become healthy within a specified duration.

RAS_QUAR_STATE_UNKNOWN: The connection state is unknown.