Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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
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 |
Header |
Comenum.h |
See also
Build date: 7/12/2010