CreateNewRootCACertificate Method of the IFPCOutboundHTTPSInspectionConfiguration Interface

The CreateNewRootCACertificate method creates a new self-signed root certification authority certificate that will be used for re-signing certificates by Forefront TMG.

[C++]

Syntax

HRESULT CreateNewRootCACertificate(
  [in]  BSTR IssuerName,
  [in]  DATE ExpiredDate,
  [in]  BSTR IssuerStatement
);

Parameters

IssuerName

Required. BSTR that specifies the name of the issuer of the new self-signed root certification authority certificate.

ExpiredDate

Required. DATE value that specifies the date and time in Coordinated Universal Time (UTC) when the new certificate will expire.

IssuerStatement

BSTR that specifies the name of the issuer's Certification Practice Statement.

Return Value

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

[Visual Basic]

Syntax

Sub CreateNewRootCACertificate( _
  ByVal IssuerName As String, _
  ByVal ExpiredDate As DATE, _
  ByVal IssuerStatement As String _
)

Parameters

IssuerName

String that specifies the name of the issuer of the new self-signed root certification authority certificate.

ExpiredDate

Required. Date value that specifies the date and time in Coordinated Universal Time (UTC) when the new certificate will expire.

IssuerStatement

String value that specifies the name of the issuer's Certification Practice Statement.

Return Value

If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

Remarks

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCOutboundHTTPSInspectionConfiguration


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.