FpcKeySizeType Enumeration

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

Syntax

typedef enum FpcKeySizeType {
  fpcKeySize512
fpcKeySize512

512 bit key.

			= 9,
  fpcKeySize1024
fpcKeySize1024

1024 bit key.

		 = 10,
  fpcKeySize2048
fpcKeySize2048

2048 bit key.

		 = 11,
  fpcKeySize4096
fpcKeySize4096

4096 bit key.

		 = 12,
  fpcKeySizeMinSupported
fpcKeySizeMinSupported

Minimum supported key size. Has same value as the fpcKeySize512 constant.

   = 9,
  fpcKeySizeMaxSupported
fpcKeySizeMaxSupported

Maximum supported key size. Has same value as the fpcKeySize4096 constant.

   = 12
}  FpcKeySizeType;

Constants

fpcKeySize512

512 bit key.

fpcKeySize1024

1024 bit key.

fpcKeySize2048

2048 bit key.

fpcKeySize4096

4096 bit key.

fpcKeySizeMinSupported

Minimum supported key size. Has same value as the fpcKeySize512 constant.

fpcKeySizeMaxSupported

Maximum supported key size. Has same value as the fpcKeySize4096 constant.

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.