IFPCWebListenerProperties::AppliedSSLCertificates property
Applies to: desktop apps only
The AppliedSSLCertificates property gets an FPCAppliedSSLCertificates collection that contains the Secure Sockets Layer (SSL) server certificates used to authenticate the Forefront TMG computer when a client connects to the Web listener through the SSL port.
This property is read-only.
Syntax
HRESULT get_AppliedSSLCertificates(
IFPCAppliedSSLCertificates **ppAppliedSSLCertificates
);
' Data type: FPCAppliedSSLCertificates
Property AppliedSSLCertificates( _
ByVal ppAppliedSSLCertificates As IFPCAppliedSSLCertificates _
) As FPCAppliedSSLCertificates
Property value
Reference to an FPCAppliedSSLCertificates collection that contains the SSL server certificates used to authenticate the Forefront TMG computer.
Error codes
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 FPCAppliedSSLCertificates collection retrieved (the IFPCAppliedSSLCertificates interface retrieved in C++).
The SSL port is specified by the SSLPort property.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010