The FpcSSLTerminationMode enumerated type contains values that specify how SSL connections are terminated.
typedef enum FpcSSLTerminationMode { fpcSSLTerminationNone
SSL connections are terminated without using the client certificate or the TLS trail.
= 0, fpcSSLTerminationWithCertificate
SSL connections are terminated using the client certificate.
= 1, fpcSSLTerminationWithTLSTrail
SSL connections are terminated using the TLS trail.
= 2 } FpcSSLTerminationMode;
SSL connections are terminated without using the client certificate or the TLS trail.
SSL connections are terminated using the client certificate.
SSL connections are terminated using the TLS trail.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.