Share via


IFPCRoutingRule::SSLClientCertificate property

Applies to: desktop apps only

The SSLClientCertificate property gets or sets an FPCCertificate object that represents the SSL client certificate to use when the Forefront TMG Web proxy authenticates to a Web server or an upstream proxy 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 Web proxy authenticates to a Web server or an upstream proxy 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.

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

FPCRoutingRule

 

 

Build date: 7/12/2010