summaryrefslogtreecommitdiffstats
path: root/csharp
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-09-04 08:01:50 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-09-04 08:01:50 +0000
commit570c8031efe34a74e5db053d312ee88b40c127f6 (patch)
treeae39811282c747dac1b7546fc8950da726d9e65c /csharp
parent5b925b28df42a8d3a31084cd21f241301d7bcc72 (diff)
downloadlasso-570c8031efe34a74e5db053d312ee88b40c127f6.tar.gz
lasso-570c8031efe34a74e5db053d312ee88b40c127f6.tar.xz
lasso-570c8031efe34a74e5db053d312ee88b40c127f6.zip
Added new object Assertion to C# & Java bindings.
Diffstat (limited to 'csharp')
-rw-r--r--csharp/.cvsignore1
-rw-r--r--csharp/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/csharp/.cvsignore b/csharp/.cvsignore
index 19b05f93..d5415d6f 100644
--- a/csharp/.cvsignore
+++ b/csharp/.cvsignore
@@ -1,6 +1,7 @@
.libs
.deps
AssemblyInfo.cs
+Assertion.cs
Defederation.cs
Identity.cs
AuthnRequest.cs
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index 7521d815..0da7b454 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -44,7 +44,7 @@ SWIG_FILES = liblassosharpglue_wrap.c \
Identity.cs Response.cs AuthnRequest.cs \
Lecp.cs AuthnResponse.cs Login.cs \
Logout.cs LogoutResponse.cs LogoutRequest.cs \
- FederationTerminationNotification.cs
+ FederationTerminationNotification.cs Assertion.cs
EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES)