The FpcPrivateKeyFailure enumerated type contains values that identify the problem in a certificate's private key.
typedef enum FpcPrivateKeyFailure { fpcNoFailure
There is no problem in the certificate's private key.
= 0, fpcNoPrivateKey
The certificate does not have a private key.
= 1, fpcNotIntendedForSessionKeyExchange
The certificate's private key is not intended for session key exchange.
= 2, fpcNoPrivateKeyHandle
There is no key handle for the certificate's private key.
= 3 } FpcPrivateKeyFailure;
There is no problem in the certificate's private key.
The certificate does not have a private key.
The certificate's private key is not intended for session key exchange.
There is no key handle for the certificate's private key.
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.