diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 11:23:53 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 11:23:53 +0000 |
| commit | a2d62912686dd17b3670995a06ac1f0abb91fdf1 (patch) | |
| tree | 43181f511e952f405b6e3276d3f09bf6f4e32b23 /python/doc/tutorial | |
| parent | 188b4dfd364c17e1fe367d5cea14805918e105fa (diff) | |
| download | lasso-a2d62912686dd17b3670995a06ac1f0abb91fdf1.tar.gz lasso-a2d62912686dd17b3670995a06ac1f0abb91fdf1.tar.xz lasso-a2d62912686dd17b3670995a06ac1f0abb91fdf1.zip | |
added c# binding; I'm not sure how all of this works and a little program
compiles and run:
using System;
public class runme
{
static void Main()
{
Console.WriteLine("lasso_init");
int rc = lassomod.lasso_init();
Console.WriteLine(String.Format("sortie de lasso_init: {0}", rc));
LassoServer server = new LassoServer(
"../tests/data/idp1-la/metadata.xml",
"",
"../tests/data/idp1-la/private-key-raw.pem",
"../tests/data/idp1-la/certificate.pem",
lassomod.lassoSignatureMethodRsaSha1);
Console.WriteLine("lasso_shutdown");
lassomod.lasso_shutdown();
}
}
Diffstat (limited to 'python/doc/tutorial')
0 files changed, 0 insertions, 0 deletions
