The FpcSSLClientCertificateClaim enumerated type contains values that specify whether an SSL client certificate will be requested, required, or ignored by the published server.
typedef enum FpcSSLClientCertificateClaim { fpcSSLClientCertificateIgnored
An SSL client certificate presented to the published server will be ignored.
= 0, fpcSSLClientCertificateRequired
An SSL client certificate will be required by the published server.
= 1, fpcSSLClientCertificateRequested
An SSL client certificate will be requested by the published server.
= 2 } FpcSSLClientCertificateClaim;
An SSL client certificate presented to the published server will be ignored.
An SSL client certificate will be required by the published server.
An SSL client certificate will be requested by the published server.
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.