The FpcKeySizeType enumerated type contains constants that specify the key size type.
typedef enum FpcKeySizeType { fpcKeySize512
512 bit key.
= 9, fpcKeySize1024
1024 bit key.
= 10, fpcKeySize2048
2048 bit key.
= 11, fpcKeySize4096
4096 bit key.
= 12, fpcKeySizeMinSupported
Minimum supported key size. Has same value as the fpcKeySize512 constant.
= 9, fpcKeySizeMaxSupported
Maximum supported key size. Has same value as the fpcKeySize4096 constant.
= 12 } FpcKeySizeType;
512 bit key.
1024 bit key.
2048 bit key.
4096 bit key.
Minimum supported key size. Has same value as the fpcKeySize512 constant.
Maximum supported key size. Has same value as the fpcKeySize4096 constant.
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.