FpcPrivateKeyFailure Enumeration

The FpcPrivateKeyFailure enumerated type contains values that identify the problem in a certificate's private key.

Syntax

typedef enum FpcPrivateKeyFailure {
  fpcNoFailure
fpcNoFailure

There is no problem in the certificate's private key.

						= 0,
  fpcNoPrivateKey
fpcNoPrivateKey

The certificate does not have a private key.

					 = 1,
  fpcNotIntendedForSessionKeyExchange
fpcNotIntendedForSessionKeyExchange

The certificate's private key is not intended for session key exchange.

   = 2,
  fpcNoPrivateKeyHandle
fpcNoPrivateKeyHandle

There is no key handle for the certificate's private key.

				 = 3
} FpcPrivateKeyFailure;

Constants

fpcNoFailure

There is no problem in the certificate's private key.

fpcNoPrivateKey

The certificate does not have a private key.

fpcNotIntendedForSessionKeyExchange

The certificate's private key is not intended for session key exchange.

fpcNoPrivateKeyHandle

There is no key handle for the certificate's private key.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.