Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The RootCACertificateExists method returns a Boolean value that indicates whether a root certification authority certificate exists.
Syntax
HRESULT RootCACertificateExists(
[out] VARIANT_BOOL *pVal
);
FPCOutboundHTTPSInspectionConfiguration.RootCACertificateExists( _
ByRef pVal As VARIANT_BOOL _
) As Boolean
Parameters
- pVal [out]
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if a root certification authority certificate exists, or to VARIANT_FALSE if a root certification authority certificate does not exist.
Return value
C++
This method returns S_OK if the call is successful; otherwise, it returns an error code.
VB
Boolean value that is set to True if a root certification authority certification exists, or to False if a root certification authority certification does not exist.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
FPCOutboundHTTPSInspectionConfiguration
Build date: 7/12/2010