IFPCBranchCacheConfiguration::AppliedSSLCertificates property

Applies to: desktop apps only

The AppliedSSLCertificates property gets an FPCAppliedSSLCertificates collection that contains objects defining the Secure Sockets Layer (SSL) server certificates used to authenticate the Forefront TMG server when a client connects to the BranchCache service 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 objects defining the SSL server certificates used to authenticate the Forefront TMG server when a client connects to the BranchCache service through the SSL port.

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

FPCBranchCacheConfiguration

 

 

Build date: 7/12/2010