The CreateNewRootCACertificate method creates a new self-signed root certification authority certificate that will be used for re-signing certificates by Forefront TMG.
HRESULT CreateNewRootCACertificate( [in] BSTR IssuerName, [in] DATE ExpiredDate, [in] BSTR IssuerStatement );
Required. BSTR that specifies the name of the issuer of the new self-signed root certification authority certificate.
Required. DATE value that specifies the date and time in Coordinated Universal Time (UTC) when the new certificate will expire.
BSTR that specifies the name of the issuer's Certification Practice Statement.
This method returns S_OK if the call is successful; otherwise, it returns an error code.
Sub CreateNewRootCACertificate( _ ByVal IssuerName As String, _ ByVal ExpiredDate As DATE, _ ByVal IssuerStatement As String _ )
String that specifies the name of the issuer of the new self-signed root certification authority certificate.
Required. Date value that specifies the date and time in Coordinated Universal Time (UTC) when the new certificate will expire.
String value that specifies the name of the issuer's Certification Practice Statement.
If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
Remarks
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. |
FPCOutboundHTTPSInspectionConfiguration
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.