Microsoft Internet Security and Acceleration Server 2004 SDK

SSLClientCertificate Property of IFPCRoutingRule[C++]

FPCRoutingRule.SSLClientCertificate [Visual Basic]

[C++]

The SSLClientCertificate property gets or sets an FPCCertificate object that represents the SSL client certificate to use when the ISA Server Web proxy authenticates to a Web server.

HRESULT get_SSLClientCertificate(
  IFPCCertificate** ppCertificate
);

HRESULT put_SSLClientCertificate(
  IFPCCertificate* pCertificate
);

Parameters

ppCertificate
Address of an interface pointer that on return points to an IFPCCertificate interface representing the SSL client certificate to use when the Web proxy authenticates to a Web server.
pCertificate
Pointer to the IFPCCertificate interface that represents the SSL client certificate to use when the Web proxy authenticates to a Web server.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The SSLClientCertificate property gets or sets an FPCCertificate object that represents the SSL client certificate to use when the ISA Server Web proxy authenticates to a Web server.

Property SSLClientCertificate 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.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCRoutingRule