ITSGPolicyEngine::IsQuarantineEnabled method (tsgpolicyengine.h)

Indicates whether the authorization plug-in requires a statement of health (SoH) from the user's computer.

Syntax

HRESULT IsQuarantineEnabled(
  [out] BOOL *quarantineEnabled
);

Parameters

[out] quarantineEnabled

Indicates whether the authorization plug-in requires a statement of health from the user's computer. TRUE to use RD Gateway to request an SoH from the user's computer; otherwise, FALSE.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. If an error code is returned, RD Gateway assumes that an SoH is not required.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header tsgpolicyengine.h

See also

ITSGPolicyEngine