FpcSSLTerminationMode Enumeration

The FpcSSLTerminationMode enumerated type contains values that specify how SSL connections are terminated.

Syntax

typedef enum FpcSSLTerminationMode {
  fpcSSLTerminationNone
fpcSSLTerminationNone

SSL connections are terminated without using the client certificate or the TLS trail.

			= 0,
  fpcSSLTerminationWithCertificate
fpcSSLTerminationWithCertificate

SSL connections are terminated using the client certificate.

   = 1,
  fpcSSLTerminationWithTLSTrail
fpcSSLTerminationWithTLSTrail

SSL connections are terminated using the TLS trail.

	= 2
} FpcSSLTerminationMode;

Constants

fpcSSLTerminationNone

SSL connections are terminated without using the client certificate or the TLS trail.

fpcSSLTerminationWithCertificate

SSL connections are terminated using the client certificate.

fpcSSLTerminationWithTLSTrail

SSL connections are terminated using the TLS trail.

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.