Microsoft Internet Security and Acceleration Server 2000

FPCServer.SSLServerCertificates Property

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

VBScript Syntax[VBScript]

[ collFPCSSLCertificates = ] FPCServer.SSLServerCertificates

C++ Syntax[C++]

HRESULT get_SSLServerCertificates(
  IFPCSSLCertificates **pcollFPCSSLCertificates
);

Parameters

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

The property is read-only.