IFPCWebListenerProperties2::SSLClientCertificateRestrictions property

Applies to: desktop apps only

The SSLClientCertificateRestrictions property gets the FPCSSLClientCertificateRestrictions collection that contains the requirements for the SSL client certificates that the Web listener will accept for authentication.

This property is read-only.

Syntax

HRESULT get_SSLClientCertificateRestrictions(
  IFPCSSLClientCertificateRestrictions **ppSSLClientCertificateRestrictions
);
' Data type: FPCSSLClientCertificateRestrictions

Property SSLClientCertificateRestrictions( _
  ByVal ppSSLClientCertificateRestrictions As IFPCSSLClientCertificateRestrictions _
) As FPCSSLClientCertificateRestrictions

Property value

Reference to an FPCSSLClientCertificateRestrictions collection that contains the requirements for the SSL client certificates that the Web listener will accept for authentication.

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. Client certificate restrictions can be added and removed by calling the Add and Remove methods of the FPCSSLClientCertificateRestrictions collection retrieved (the IFPCSSLClientCertificateRestrictions 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