IFPC3::InstallRootCACertificate method

Applies to: desktop apps only

The InstallRootCACertificate method installs the root certification authority certificate.

Syntax

HRESULT InstallRootCACertificate(
  [in]  BSTR RootCACertificatePath,
  [in]  String RootCACertificatePath
);
FPC.InstallRootCACertificate( _
  ByVal RootCACertificatePath As BSTR, _
  ByVal RootCACertificatePath As String _
)

Parameters

  • RootCACertificatePath [in]

    C++

    Required. BSTR that specifies the path in which the root certification authority certificate will be installed.

    VB

    Required. String that specifies the path in which the root certification authority certificate will be installed.

Return value

C++

This method returns S_OK if the call is successful; otherwise, it returns an error code.

VB

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

Use this method to install the root CA certificate of the CA that issued the server certificate installed on the array manager by the InstallManagementServerCertificate method.

This method is available only in Forefront TMG Enterprise Edition.

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

FPC

 

 

Build date: 7/12/2010