IFPCWebListenerProperties2::SSLClientCertificatesRootTrustList property
Applies to: desktop apps only
The SSLClientCertificatesRootTrustList property gets an FPCAppliedSSLCertificates collection that contains objects representing the SSL certificates in the Trusted Root Certification Authorities store that the Web listener may use.
This property is read-only.
Syntax
HRESULT get_SSLClientCertificatesRootTrustList(
IFPCAppliedSSLCertificates **ppSSLClientCertificatesRootTrustList
);
' Data type: FPCAppliedSSLCertificates
Property SSLClientCertificatesRootTrustList( _
ByVal ppSSLClientCertificatesRootTrustList As IFPCAppliedSSLCertificates _
) As FPCAppliedSSLCertificates
Property value
Reference to an FPCAppliedSSLCertificates collection that contains objects representing the SSL certificates in the Trusted Root 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++).
This property is applicable only if the UseSSLClientCertificatesTrustList property is set to True (VARIANT_TRUE 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
Build date: 7/12/2010