Share via


FpcSSLTerminationMode Enumeration

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

Syntax

typedef enum FpcSSLTerminationMode {
  fpcSSLTerminationNone              = 0,
  fpcSSLTerminationWithCertificate   = 1,
  fpcSSLTerminationWithTLSTrail      = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010