What are the default key lengths that are generated when exiting the default ValidationKey and DecryptionKey? For instance:
<machineKey decryptionKey="AutoGenerate,IsolateApps" validationKey="AutoGenerate,IsolateApps" ... />
I could not find the documentation anywhere on MSDN. I would like to create a static machine key and save it according to the default values.
source share