Share via


FpcKeySizeType Enumeration

The FpcKeySizeType enumerated type contains constants that specify the key size type.

Syntax

typedef enum FpcKeySizeType {
  fpcKeySize512            = 9,
  fpcKeySize1024           = 10,
  fpcKeySize2048           = 11,
  fpcKeySize4096           = 12,
  fpcKeySizeMinSupported   = 9,
  fpcKeySizeMaxSupported   = 12
} FpcKeySizeType;

Constants

  • fpcKeySize512
    512 bit key.

  • fpcKeySize1024
    1024 bit key.

  • fpcKeySize2048
    2048 bit key.

  • fpcKeySize4096
    4096 bit key.

  • fpcKeySizeMinSupported
    Minimum supported key size. Indicates the same key size type as fpcKeySize512.

  • fpcKeySizeMaxSupported
    Maximum supported key size. Indicates the same key size type as fpcKeySize4096.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010