Microsoft Internet Security and Acceleration Server 2000

FPCServer.SSLClientCertificates Property

Gets an FPCSSLCertificates collection that represents Secure Sockets Layer (SSL) client certificates available on the server.

VBScript Syntax[VBScript]

[ collFPCSSLCertificates = ] FPCServer.SSLClientCertificates

C++ Syntax[C++]

HRESULT get_SSLClientCertificates(
  IFPCSSLCertificates **pcollFPCSSLCertificates
);

Parameters

collFPCSSLCertificates
Reference to an FPCSSLCertificates collection representing SSL client certificates available on the server.

The property is read-only.