Bindings to Gnome's KeyRing APIs
Перейти к файлу
Gonzalo Paniagua Javier 0be74295d9 Ignore files 2010-08-20 23:50:20 -04:00
Tests 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
docs Ignore files 2010-08-20 23:46:10 -04:00
gnome-keyring-sharp-glue Ignore files 2010-08-20 23:50:20 -04:00
sample 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
src Ignore files 2010-08-20 23:46:10 -04:00
.gitignore Ignore files 2010-08-20 23:50:20 -04:00
AUTHORS 2007-10-03 Alp Toker <alp@atoker.com> 2007-10-03 00:46:04 +00:00
COPYING 2006-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2006-08-01 19:08:46 +00:00
ChangeLog 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
Gnome.Keyring.snk 2007-10-05 Alp Toker <alp@atoker.com> 2007-10-04 23:12:37 +00:00
Makefile.am 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
NEWS 2006-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2006-08-01 19:08:46 +00:00
README 2007-10-03 Alp Toker <alp@atoker.com> 2007-10-03 00:46:04 +00:00
autogen.sh 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
configure.ac 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
gnome-keyring-sharp.csproj 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00
gnome-keyring-sharp.sln 2010-06-30 Gonzalo Paniagua Javier <gonzalo@novell.com> 2010-06-30 23:04:14 +00:00

README

README for gnome-keyring-sharp
------------------------------

gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.

When the gnome-keyring-daemon is running, you can use this to retrive/store
confidential information such as passwords, notes or network services user
information.

* Directory Layout
------------------

	docs/
		Monodoc documentation for the library

	sample/
		Sample programs using the library

	src/
		Source files for the library

D-Bus integration
-----------------

When the NDesk.DBus library and C# 2.0 build environment is detected,
gnome-keyring-sharp will be built with D-Bus support.

In this mode of operation, D-Bus is used to determine the socket address
of the keyring daemon, which can be more reliable than taking the value
provided in an environment variable (which is still done as a fallback if
D-Bus is not running).

This optional dependency can be found at http://www.ndesk.org/DBusSharp
and is widely packaged by distributions.


Maintainer: gonzalo@ximian.com

Support is available via the Mono mailing list:
	http://lists.ximian.com/mailman/listinfo/mono-list
	mono-list@lists.ximian.com