Microsoft Internet Security and Acceleration Server 2004 SDK

AppliedSSLCertificates Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.AppliedSSLCertificates [Visual Basic]

[C++]

The AppliedSSLCertificates property gets an FPCAppliedSSLCertificates collection that contains the Secure Sockets Layer (SSL) server certificates used to authenticate the ISA Server computer when a client connects to the Web listener through the SSL port.

HRESULT get_AppliedSSLCertificates(
  IFPCAppliedSSLCertificates** ppAppliedSSLCertificates
);

Parameters

ppAppliedSSLCertificates
Address of an interface pointer that on return points to an IFPCAppliedSSLCertificates interface that represents the collection of SSL server certificates used to authenticate the ISA Server computer.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. SSL server certificates can be added and removed and their properties can be obtained by calling the methods of the IFPCAppliedSSLCertificates interface retrieved.

The SSL port is specified by the SSLPort property.

[Visual Basic]

The AppliedSSLCertificates property gets an FPCAppliedSSLCertificates collection that contains the Secure Sockets Layer (SSL) server certificates used to authenticate the ISA Server computer when a client connects to the Web listener through the SSL port.

Property AppliedSSLCertificates As FPCAppliedSSLCertificates

Property Value

Reference to an FPCAppliedSSLCertificates collection that contains the SSL server certificates used to authenticate the ISA Server computer.

Remarks

This property is read-only. SSL server certificates can be added and removed and their properties can be obtained by calling the methods of the FPCAppliedSSLCertificates collection retrieved.

The SSL port is specified by the SSLPort property.

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

FPCWebListenerProperties