mono-configuration-crypto -version (return code: 0)
Encrypting section 'rsion' in config file '' using key container 'MonoFrameworkConfigurationKey'...
No config file found in directory '.'
Failure.
mono-configuration-crypto --help (return code: 0)
mono-configuration-crypto - version 4.0.0.0
Mono configuration utility to manage encryption keys and encrypt/decrypt config file sections
Copyright (c) 2010 Novell, Inc (http://novell.com, http://mono-project.com/)
-h, -?, --help Show usage information
-v, --verbose Show verbose information (including exception
stacktraces)
-m, --machine, --global Use machine (global) store for all the key actions
-u, --user, --local Use local (user) store for all the key actions [*]
-l, --list List all the key container names in the store
-c, --create Creates an RSA public/private key pair
-i, --import Import key to a container
-x, --export Export key from a container
-r, --remove Remove a container
-f, --file=VALUE File name for import or export operations
--cf, --config-file=VALUE
Config file name (not path) [Web.config]
-n, --name=VALUE Container name [MonoFrameworkConfigurationKey]
-s, --size=VALUE Key size [1024]
-p, --path=VALUE Application physical path [.]
-d, --dec, --decrypt=VALUE Decrypt configuration section
-e, --enc, --encrypt=VALUE Encrypt configuration section