IFPCWebPublishingProperties::SSLClientCertificate property
Applies to: desktop apps only
The SSLClientCertificate property gets or sets an FPCCertificate object that represents the Secure Sockets Layer (SSL) client certificate to use when the Forefront TMG computer authenticates to the published server.
This property is read/write.
Syntax
HRESULT put_SSLClientCertificate(
IFPCCertificate *pCertificate
);
HRESULT get_SSLClientCertificate(
IFPCCertificate **ppCertificate
);
' Data type: FPCCertificate
Property SSLClientCertificate( _
ByVal pCertificate As IFPCCertificate, _
ByVal ppCertificate As IFPCCertificate _
) As FPCCertificate
Property value
Reference to an FPCCertificate object that represents the SSL client certificate to use when the Forefront TMG computer authenticates to the published server.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write.
The Forefront TMG computer is required to authenticate to the published Web server using an SSL certificate when the PublishedServerType property is set to fpcWebServerThruSSL or fpcWebServerThruBothHTTPAndSSL and the FPCCertificate object held in the SSLClientCertificate property is not a null object.
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
Build date: 7/12/2010