From 4b9f87788e5dc9822147cdeddc0cf53c439a21c7 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sat, 21 Aug 2004 18:56:18 +0000 Subject: updated example with correct path to certificates --- csharp/examples/runme.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csharp') diff --git a/csharp/examples/runme.cs b/csharp/examples/runme.cs index fc1b23b2..f1c99530 100644 --- a/csharp/examples/runme.cs +++ b/csharp/examples/runme.cs @@ -14,10 +14,10 @@ public class runme Console.WriteLine("new LassoServer"); LassoServer server = new LassoServer( - "../tests/data/idp1-la/metadata.xml", + "../../tests/data/idp1-la/metadata.xml", "", - "../tests/data/idp1-la/private-key-raw.pem", - "../tests/data/idp1-la/certificate.pem", + "../../tests/data/idp1-la/private-key-raw.pem", + "../../tests/data/idp1-la/certificate.pem", lasso.lassoSignatureMethodRsaSha1); -- cgit