FpcSSLClientCertificateClaim Enumeration

The FpcSSLClientCertificateClaim enumerated type contains values that specify whether an SSL client certificate will be requested, required, or ignored by the published server.

Syntax

typedef enum FpcSSLClientCertificateClaim {
  fpcSSLClientCertificateIgnored
fpcSSLClientCertificateIgnored

An SSL client certificate presented to the published server will be ignored.

	 = 0,
  fpcSSLClientCertificateRequired
fpcSSLClientCertificateRequired

An SSL client certificate will be required by the published server.

	= 1,
  fpcSSLClientCertificateRequested
fpcSSLClientCertificateRequested

An SSL client certificate will be requested by the published server.

   = 2
} FpcSSLClientCertificateClaim;

Constants

fpcSSLClientCertificateIgnored

An SSL client certificate presented to the published server will be ignored.

fpcSSLClientCertificateRequired

An SSL client certificate will be required by the published server.

fpcSSLClientCertificateRequested

An SSL client certificate will be requested by the published server.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.