IFPCWebPublishingProperties3::SSLClientCertificateClaim property

Applies to: desktop apps only

The SSLClientCertificateClaim property gets or sets a value from the FpcSSLClientCertificateClaim enumerated type that indicates whether an SSL client certificate will be requested, required, or ignored by the published server.

This property is read/write.

Syntax

HRESULT put_SSLClientCertificateClaim(
  FpcSSLClientCertificateClaim SSLClientCertificateClaim
);

HRESULT get_SSLClientCertificateClaim(
  FpcSSLClientCertificateClaim *pSSLClientCertificateClaim
);
' Data type: FpcSSLClientCertificateClaim

Property SSLClientCertificateClaim( _
  ByVal SSLClientCertificateClaim As FpcSSLClientCertificateClaim, _
  ByVal pSSLClientCertificateClaim As FpcSSLClientCertificateClaim _
) As FpcSSLClientCertificateClaim

Property value

Value from the FpcSSLClientCertificateClaim enumerated type that indicates whether an SSL client certficiate will be requested, required, or ignored by the published server.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. The default value is fpcSSLClientCertificateIgnored.

This property supersedes RequireSSLClientCertificate, which is a deprecated property in Forefront TMG.

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

FPCWebPublishingProperties

 

 

Build date: 7/12/2010