From c71dfaf498e301b2ca050e2223ee5b69ad20eb25 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 1 Aug 2008 14:07:32 +0000 Subject: Documentation for lasso_wsf_profile_set_public_key --- lasso/id-wsf/wsf_profile.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index 89fdacd5..6621954b 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -141,6 +141,13 @@ lasso_wsf_profile_add_credential(LassoWsfProfile *profile, xmlNode *credential) return 0; } +/** + * lasso_wsf_profile_set_public_key: + * @profile: a #LassoWsfProfile + * @public_key: a string containg an encoded public key. + * + * Setup a public key to validate credentials on received requests. + */ void lasso_wsf_profile_set_public_key(LassoWsfProfile *profile, const char *public_key) { -- cgit