FpcKeySizeType enumeration
Applies to: desktop apps only
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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010