Microsoft Internet Security and Acceleration Server 2004 SDK

SSLClientCertificate Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.SSLClientCertificate [Visual Basic]

[C++]

The SSLClientCertificate property gets or sets an FPCCertificate object that represents the Secure Sockets Layer (SSL) client certificate to use when the ISA Server Web proxy authenticates to the published 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 the published server.
pCertificate
Pointer to an IFPCCertificate interface that points on return to the interface representing the SSL client certificate to use when the Web proxy authenticates to the published 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 Secure Sockets Layer (SSL) client certificate to use when the ISA Server Web proxy authenticates to the published 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 the published 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

FPCWebPublishingProperties