Share via


IFPCWebListenerProperties2::SSLClientCertificatesIntermediateTrustList property

Applies to: desktop apps only

The SSLClientCertificatesIntermediateTrustList property gets an FPCAppliedSSLCertificates collection that contains objects representing the SSL certificates in the Intermediate Certification Authorities store that the Web listener may use.

This property is read-only.

Syntax

HRESULT get_SSLClientCertificatesIntermediateTrustList(
  IFPCAppliedSSLCertificates **ppSSLClientCertificatesIntermediateTrustList
);
' Data type: FPCAppliedSSLCertificates

Property SSLClientCertificatesIntermediateTrustList( _
  ByVal ppSSLClientCertificatesIntermediateTrustList As IFPCAppliedSSLCertificates _
) As FPCAppliedSSLCertificates

Property value

Reference to an FPCAppliedSSLCertificates collection that contains objects representing the SSL certificates in the Intermediate Certification Authorities store that the Web listener may use.

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. Certificates can be added and removed by calling the Add and Remove methods of the FPCAppliedSSLCertificates collection retrieved (the IFPCAppliedSSLCertificates interface retrieved in C++).

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

FPCWebListenerProperties

 

 

Build date: 7/12/2010