I am using Windows Communication Foundation with x509 message layer security to communicate with a windows compact framework 3.5 device.
I am using makecert to create the certificates.
Does anyone know what is the largest size of key length I can use in this situation? currently using 1024 but would like to move up 2048.
I know the default keylength for makecert is 1024 but cant find anymore information or if there is a limit on what the compact framework can handle...