~ubuntu-branches/ubuntu/breezy/lasso/breezy

« back to all changes in this revision

Viewing changes to csharp/lassoPINVOKE.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-16 02:16:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050916021649-lr5tuka6pfmmks44
Tags: 0.6.2-3ubuntu1
* debian/control: removed hardcoded php dependency, added php:Depends
  substvar
* debian/rules: added phpapiver, added substitution of php:Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//package lasso;
2
 
 
3
1
/* ----------------------------------------------------------------------------
4
2
 * This file was automatically generated by SWIG (http://www.swig.org).
5
 
 * Version: 1.3.21
 
3
 * Version 1.3.24
6
4
 *
7
5
 * Do not make changes to this file unless you know what you are doing--modify
8
6
 * the SWIG interface file instead.
9
7
 * ----------------------------------------------------------------------------- */
10
8
 
 
9
namespace lasso {
11
10
 
12
11
using System;
13
12
using System.Runtime.InteropServices;
86
85
  static SWIGStringHelper stringHelper = new SWIGStringHelper();
87
86
 
88
87
 
89
 
  [DllImport("lasso", EntryPoint="CSharp_init")]
90
 
  public static extern int init();
91
 
 
92
 
  [DllImport("lasso", EntryPoint="CSharp_shutdown")]
93
 
  public static extern int shutdown();
94
 
 
95
 
  [DllImport("lasso", EntryPoint="CSharp_get_httpMethodAny")]
96
 
  public static extern int get_httpMethodAny();
97
 
 
98
 
  [DllImport("lasso", EntryPoint="CSharp_get_httpMethodGet")]
99
 
  public static extern int get_httpMethodGet();
100
 
 
101
 
  [DllImport("lasso", EntryPoint="CSharp_get_httpMethodPost")]
102
 
  public static extern int get_httpMethodPost();
103
 
 
104
 
  [DllImport("lasso", EntryPoint="CSharp_get_httpMethodRedirect")]
105
 
  public static extern int get_httpMethodRedirect();
106
 
 
107
 
  [DllImport("lasso", EntryPoint="CSharp_get_httpMethodSoap")]
108
 
  public static extern int get_httpMethodSoap();
109
 
 
110
 
  [DllImport("lasso", EntryPoint="CSharp_get_libConsentObtained")]
111
 
  public static extern string get_libConsentObtained();
112
 
 
113
 
  [DllImport("lasso", EntryPoint="CSharp_get_libConsentUnavailable")]
114
 
  public static extern string get_libConsentUnavailable();
115
 
 
116
 
  [DllImport("lasso", EntryPoint="CSharp_get_libConsentInapplicable")]
117
 
  public static extern string get_libConsentInapplicable();
118
 
 
119
 
  [DllImport("lasso", EntryPoint="CSharp_get_libNameIdPolicyTypeNone")]
120
 
  public static extern string get_libNameIdPolicyTypeNone();
121
 
 
122
 
  [DllImport("lasso", EntryPoint="CSharp_get_libNameIdPolicyTypeOneTime")]
123
 
  public static extern string get_libNameIdPolicyTypeOneTime();
124
 
 
125
 
  [DllImport("lasso", EntryPoint="CSharp_get_libNameIdPolicyTypeFederated")]
126
 
  public static extern string get_libNameIdPolicyTypeFederated();
127
 
 
128
 
  [DllImport("lasso", EntryPoint="CSharp_get_libNameIdPolicyTypeAny")]
129
 
  public static extern string get_libNameIdPolicyTypeAny();
130
 
 
131
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileBrwsArt")]
132
 
  public static extern string get_libProtocolProfileBrwsArt();
133
 
 
134
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileBrwsPost")]
135
 
  public static extern string get_libProtocolProfileBrwsPost();
136
 
 
137
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileFedTermIdpHttp")]
138
 
  public static extern string get_libProtocolProfileFedTermIdpHttp();
139
 
 
140
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileFedTermIdpSoap")]
141
 
  public static extern string get_libProtocolProfileFedTermIdpSoap();
142
 
 
143
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileFedTermSpHttp")]
144
 
  public static extern string get_libProtocolProfileFedTermSpHttp();
145
 
 
146
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileFedTermSpSoap")]
147
 
  public static extern string get_libProtocolProfileFedTermSpSoap();
148
 
 
149
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileRniIdpHttp")]
150
 
  public static extern string get_libProtocolProfileRniIdpHttp();
151
 
 
152
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileRniIdpSoap")]
153
 
  public static extern string get_libProtocolProfileRniIdpSoap();
154
 
 
155
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileRniSpHttp")]
156
 
  public static extern string get_libProtocolProfileRniSpHttp();
157
 
 
158
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileRniSpSoap")]
159
 
  public static extern string get_libProtocolProfileRniSpSoap();
160
 
 
161
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileSloIdpHttp")]
162
 
  public static extern string get_libProtocolProfileSloIdpHttp();
163
 
 
164
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileSloIdpSoap")]
165
 
  public static extern string get_libProtocolProfileSloIdpSoap();
166
 
 
167
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileSloSpHttp")]
168
 
  public static extern string get_libProtocolProfileSloSpHttp();
169
 
 
170
 
  [DllImport("lasso", EntryPoint="CSharp_get_libProtocolProfileSloSpSoap")]
171
 
  public static extern string get_libProtocolProfileSloSpSoap();
172
 
 
173
 
  [DllImport("lasso", EntryPoint="CSharp_get_loginProtocolProfileBrwsArt")]
174
 
  public static extern int get_loginProtocolProfileBrwsArt();
175
 
 
176
 
  [DllImport("lasso", EntryPoint="CSharp_get_loginProtocolProfileBrwsPost")]
177
 
  public static extern int get_loginProtocolProfileBrwsPost();
178
 
 
179
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeNone")]
180
 
  public static extern int get_messageTypeNone();
181
 
 
182
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeAuthnRequest")]
183
 
  public static extern int get_messageTypeAuthnRequest();
184
 
 
185
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeAuthnResponse")]
186
 
  public static extern int get_messageTypeAuthnResponse();
187
 
 
188
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeRequest")]
189
 
  public static extern int get_messageTypeRequest();
190
 
 
191
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeResponse")]
192
 
  public static extern int get_messageTypeResponse();
193
 
 
194
 
  [DllImport("lasso", EntryPoint="CSharp_get_messageTypeArtifact")]
195
 
  public static extern int get_messageTypeArtifact();
196
 
 
197
 
  [DllImport("lasso", EntryPoint="CSharp_get_providerTypeNone")]
198
 
  public static extern int get_providerTypeNone();
199
 
 
200
 
  [DllImport("lasso", EntryPoint="CSharp_get_providerTypeSp")]
201
 
  public static extern int get_providerTypeSp();
202
 
 
203
 
  [DllImport("lasso", EntryPoint="CSharp_get_providerTypeIdp")]
204
 
  public static extern int get_providerTypeIdp();
205
 
 
206
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeInvalid")]
207
 
  public static extern int get_requestTypeInvalid();
208
 
 
209
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeLogin")]
210
 
  public static extern int get_requestTypeLogin();
211
 
 
212
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeLogout")]
213
 
  public static extern int get_requestTypeLogout();
214
 
 
215
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeDefederation")]
216
 
  public static extern int get_requestTypeDefederation();
217
 
 
218
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeRegisterNameIdentifier")]
219
 
  public static extern int get_requestTypeRegisterNameIdentifier();
220
 
 
221
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeNameIdentifierMapping")]
222
 
  public static extern int get_requestTypeNameIdentifierMapping();
223
 
 
224
 
  [DllImport("lasso", EntryPoint="CSharp_get_requestTypeLecp")]
225
 
  public static extern int get_requestTypeLecp();
226
 
 
227
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodPassword")]
228
 
  public static extern string get_samlAuthenticationMethodPassword();
229
 
 
230
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodKerberos")]
231
 
  public static extern string get_samlAuthenticationMethodKerberos();
232
 
 
233
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodSecureRemotePassword")]
234
 
  public static extern string get_samlAuthenticationMethodSecureRemotePassword();
235
 
 
236
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodHardwareToken")]
237
 
  public static extern string get_samlAuthenticationMethodHardwareToken();
238
 
 
239
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodSmartcardPki")]
240
 
  public static extern string get_samlAuthenticationMethodSmartcardPki();
241
 
 
242
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodSoftwarePki")]
243
 
  public static extern string get_samlAuthenticationMethodSoftwarePki();
244
 
 
245
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodPgp")]
246
 
  public static extern string get_samlAuthenticationMethodPgp();
247
 
 
248
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodSpki")]
249
 
  public static extern string get_samlAuthenticationMethodSpki();
250
 
 
251
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodXkms")]
252
 
  public static extern string get_samlAuthenticationMethodXkms();
253
 
 
254
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodXmlDsig")]
255
 
  public static extern string get_samlAuthenticationMethodXmlDsig();
256
 
 
257
 
  [DllImport("lasso", EntryPoint="CSharp_get_samlAuthenticationMethodUnspecified")]
258
 
  public static extern string get_samlAuthenticationMethodUnspecified();
259
 
 
260
 
  [DllImport("lasso", EntryPoint="CSharp_get_signatureMethodRsaSha1")]
261
 
  public static extern int get_signatureMethodRsaSha1();
262
 
 
263
 
  [DllImport("lasso", EntryPoint="CSharp_get_signatureMethodDsaSha1")]
264
 
  public static extern int get_signatureMethodDsaSha1();
 
88
  [DllImport("lasso", EntryPoint="CSharp_get_WSF_SUPPORT")]
 
89
  public static extern int get_WSF_SUPPORT();
 
90
 
 
91
  [DllImport("lasso", EntryPoint="CSharp_downcast_node")]
 
92
  public static extern DowncastableNode downcast_node(IntPtr jarg1);
 
93
 
 
94
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_OBTAINED")]
 
95
  public static extern string get_LIB_CONSENT_OBTAINED();
 
96
 
 
97
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_OBTAINED_PRIOR")]
 
98
  public static extern string get_LIB_CONSENT_OBTAINED_PRIOR();
 
99
 
 
100
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_OBTAINED_CURRENT_IMPLICIT")]
 
101
  public static extern string get_LIB_CONSENT_OBTAINED_CURRENT_IMPLICIT();
 
102
 
 
103
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_OBTAINED_CURRENT_EXPLICIT")]
 
104
  public static extern string get_LIB_CONSENT_OBTAINED_CURRENT_EXPLICIT();
 
105
 
 
106
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_UNAVAILABLE")]
 
107
  public static extern string get_LIB_CONSENT_UNAVAILABLE();
 
108
 
 
109
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_CONSENT_INAPPLICABLE")]
 
110
  public static extern string get_LIB_CONSENT_INAPPLICABLE();
 
111
 
 
112
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_NAMEID_POLICY_TYPE_NONE")]
 
113
  public static extern string get_LIB_NAMEID_POLICY_TYPE_NONE();
 
114
 
 
115
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_NAMEID_POLICY_TYPE_ONE_TIME")]
 
116
  public static extern string get_LIB_NAMEID_POLICY_TYPE_ONE_TIME();
 
117
 
 
118
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_NAMEID_POLICY_TYPE_FEDERATED")]
 
119
  public static extern string get_LIB_NAMEID_POLICY_TYPE_FEDERATED();
 
120
 
 
121
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_NAMEID_POLICY_TYPE_ANY")]
 
122
  public static extern string get_LIB_NAMEID_POLICY_TYPE_ANY();
 
123
 
 
124
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_BRWS_ART")]
 
125
  public static extern string get_LIB_PROTOCOL_PROFILE_BRWS_ART();
 
126
 
 
127
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_BRWS_POST")]
 
128
  public static extern string get_LIB_PROTOCOL_PROFILE_BRWS_POST();
 
129
 
 
130
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_BRWS_LECP")]
 
131
  public static extern string get_LIB_PROTOCOL_PROFILE_BRWS_LECP();
 
132
 
 
133
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_FED_TERM_IDP_HTTP")]
 
134
  public static extern string get_LIB_PROTOCOL_PROFILE_FED_TERM_IDP_HTTP();
 
135
 
 
136
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_FED_TERM_IDP_SOAP")]
 
137
  public static extern string get_LIB_PROTOCOL_PROFILE_FED_TERM_IDP_SOAP();
 
138
 
 
139
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_FED_TERM_SP_HTTP")]
 
140
  public static extern string get_LIB_PROTOCOL_PROFILE_FED_TERM_SP_HTTP();
 
141
 
 
142
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_FED_TERM_SP_SOAP")]
 
143
  public static extern string get_LIB_PROTOCOL_PROFILE_FED_TERM_SP_SOAP();
 
144
 
 
145
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_RNI_IDP_HTTP")]
 
146
  public static extern string get_LIB_PROTOCOL_PROFILE_RNI_IDP_HTTP();
 
147
 
 
148
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_RNI_IDP_SOAP")]
 
149
  public static extern string get_LIB_PROTOCOL_PROFILE_RNI_IDP_SOAP();
 
150
 
 
151
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_RNI_SP_HTTP")]
 
152
  public static extern string get_LIB_PROTOCOL_PROFILE_RNI_SP_HTTP();
 
153
 
 
154
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_RNI_SP_SOAP")]
 
155
  public static extern string get_LIB_PROTOCOL_PROFILE_RNI_SP_SOAP();
 
156
 
 
157
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_SLO_IDP_HTTP")]
 
158
  public static extern string get_LIB_PROTOCOL_PROFILE_SLO_IDP_HTTP();
 
159
 
 
160
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_SLO_IDP_SOAP")]
 
161
  public static extern string get_LIB_PROTOCOL_PROFILE_SLO_IDP_SOAP();
 
162
 
 
163
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_SLO_SP_HTTP")]
 
164
  public static extern string get_LIB_PROTOCOL_PROFILE_SLO_SP_HTTP();
 
165
 
 
166
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_PROTOCOL_PROFILE_SLO_SP_SOAP")]
 
167
  public static extern string get_LIB_PROTOCOL_PROFILE_SLO_SP_SOAP();
 
168
 
 
169
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_INTERNET_PROTOCOL")]
 
170
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_INTERNET_PROTOCOL();
 
171
 
 
172
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_INTERNET_PROTOCOL_PASSWORD")]
 
173
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_INTERNET_PROTOCOL_PASSWORD();
 
174
 
 
175
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_ONE_FACTOR_UNREGISTERED")]
 
176
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_ONE_FACTOR_UNREGISTERED();
 
177
 
 
178
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_TWO_FACTOR_UNREGISTERED")]
 
179
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_TWO_FACTOR_UNREGISTERED();
 
180
 
 
181
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_ONE_FACTOR_CONTRACT")]
 
182
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_ONE_FACTOR_CONTRACT();
 
183
 
 
184
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_TWO_FACTOR_CONTRACT")]
 
185
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_MOBILE_TWO_FACTOR_CONTRACT();
 
186
 
 
187
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_PASSWORD")]
 
188
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_PASSWORD();
 
189
 
 
190
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_PASSWORD_PROTECTED_TRANSPORT")]
 
191
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_PASSWORD_PROTECTED_TRANSPORT();
 
192
 
 
193
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_PREVIOUS_SESSION")]
 
194
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_PREVIOUS_SESSION();
 
195
 
 
196
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_SMARTCARD")]
 
197
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_SMARTCARD();
 
198
 
 
199
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_SMARTCARD_PKI")]
 
200
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_SMARTCARD_PKI();
 
201
 
 
202
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_SOFTWARE_PKI")]
 
203
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_SOFTWARE_PKI();
 
204
 
 
205
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_CLASS_REF_TIME_SYNC_TOKEN")]
 
206
  public static extern string get_LIB_AUTHN_CONTEXT_CLASS_REF_TIME_SYNC_TOKEN();
 
207
 
 
208
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_COMPARISON_EXACT")]
 
209
  public static extern string get_LIB_AUTHN_CONTEXT_COMPARISON_EXACT();
 
210
 
 
211
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_COMPARISON_MINIMUM")]
 
212
  public static extern string get_LIB_AUTHN_CONTEXT_COMPARISON_MINIMUM();
 
213
 
 
214
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_COMPARISON_MAXIMUM")]
 
215
  public static extern string get_LIB_AUTHN_CONTEXT_COMPARISON_MAXIMUM();
 
216
 
 
217
  [DllImport("lasso", EntryPoint="CSharp_get_LIB_AUTHN_CONTEXT_COMPARISON_BETTER")]
 
218
  public static extern string get_LIB_AUTHN_CONTEXT_COMPARISON_BETTER();
 
219
 
 
220
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_PASSWORD")]
 
221
  public static extern string get_SAML_AUTHENTICATION_METHOD_PASSWORD();
 
222
 
 
223
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_KERBEROS")]
 
224
  public static extern string get_SAML_AUTHENTICATION_METHOD_KERBEROS();
 
225
 
 
226
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_SECURE_REMOTE_PASSWORD")]
 
227
  public static extern string get_SAML_AUTHENTICATION_METHOD_SECURE_REMOTE_PASSWORD();
 
228
 
 
229
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_HARDWARE_TOKEN")]
 
230
  public static extern string get_SAML_AUTHENTICATION_METHOD_HARDWARE_TOKEN();
 
231
 
 
232
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_SMARTCARD_PKI")]
 
233
  public static extern string get_SAML_AUTHENTICATION_METHOD_SMARTCARD_PKI();
 
234
 
 
235
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_SOFTWARE_PKI")]
 
236
  public static extern string get_SAML_AUTHENTICATION_METHOD_SOFTWARE_PKI();
 
237
 
 
238
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_PGP")]
 
239
  public static extern string get_SAML_AUTHENTICATION_METHOD_PGP();
 
240
 
 
241
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHODS_PKI")]
 
242
  public static extern string get_SAML_AUTHENTICATION_METHODS_PKI();
 
243
 
 
244
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_XKMS")]
 
245
  public static extern string get_SAML_AUTHENTICATION_METHOD_XKMS();
 
246
 
 
247
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_XMLD_SIG")]
 
248
  public static extern string get_SAML_AUTHENTICATION_METHOD_XMLD_SIG();
 
249
 
 
250
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_UNSPECIFIED")]
 
251
  public static extern string get_SAML_AUTHENTICATION_METHOD_UNSPECIFIED();
 
252
 
 
253
  [DllImport("lasso", EntryPoint="CSharp_get_SAML_AUTHENTICATION_METHOD_LIBERTY")]
 
254
  public static extern string get_SAML_AUTHENTICATION_METHOD_LIBERTY();
 
255
 
 
256
  [DllImport("lasso", EntryPoint="CSharp_get_ERROR_UNDEFINED")]
 
257
  public static extern int get_ERROR_UNDEFINED();
265
258
 
266
259
  [DllImport("lasso", EntryPoint="CSharp_get_XML_ERROR_NODE_NOT_FOUND")]
267
260
  public static extern int get_XML_ERROR_NODE_NOT_FOUND();
275
268
  [DllImport("lasso", EntryPoint="CSharp_get_XML_ERROR_ATTR_VALUE_NOT_FOUND")]
276
269
  public static extern int get_XML_ERROR_ATTR_VALUE_NOT_FOUND();
277
270
 
 
271
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_SIGNATURE_NOT_FOUND")]
 
272
  public static extern int get_DS_ERROR_SIGNATURE_NOT_FOUND();
 
273
 
 
274
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_INVALID_SIGNATURE")]
 
275
  public static extern int get_DS_ERROR_INVALID_SIGNATURE();
 
276
 
278
277
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_SIGNATURE_TMPL_CREATION_FAILED")]
279
278
  public static extern int get_DS_ERROR_SIGNATURE_TMPL_CREATION_FAILED();
280
279
 
293
292
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_SIGNATURE_FAILED")]
294
293
  public static extern int get_DS_ERROR_SIGNATURE_FAILED();
295
294
 
296
 
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_SIGNATURE_NOT_FOUND")]
297
 
  public static extern int get_DS_ERROR_SIGNATURE_NOT_FOUND();
298
 
 
299
295
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_KEYS_MNGR_CREATION_FAILED")]
300
296
  public static extern int get_DS_ERROR_KEYS_MNGR_CREATION_FAILED();
301
297
 
305
301
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_SIGNATURE_VERIFICATION_FAILED")]
306
302
  public static extern int get_DS_ERROR_SIGNATURE_VERIFICATION_FAILED();
307
303
 
308
 
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_INVALID_SIGNATURE")]
309
 
  public static extern int get_DS_ERROR_INVALID_SIGNATURE();
 
304
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED")]
 
305
  public static extern int get_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED();
 
306
 
 
307
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_INVALID_SIGALG")]
 
308
  public static extern int get_DS_ERROR_INVALID_SIGALG();
 
309
 
 
310
  [DllImport("lasso", EntryPoint="CSharp_get_DS_ERROR_DIGEST_COMPUTE_FAILED")]
 
311
  public static extern int get_DS_ERROR_DIGEST_COMPUTE_FAILED();
 
312
 
 
313
  [DllImport("lasso", EntryPoint="CSharp_get_LASSO_DS_ERROR_SIGNATURE_TEMPLATE_NOT_FOUND")]
 
314
  public static extern int get_LASSO_DS_ERROR_SIGNATURE_TEMPLATE_NOT_FOUND();
310
315
 
311
316
  [DllImport("lasso", EntryPoint="CSharp_get_SERVER_ERROR_PROVIDER_NOT_FOUND")]
312
317
  public static extern int get_SERVER_ERROR_PROVIDER_NOT_FOUND();
320
325
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_QUERY")]
321
326
  public static extern int get_PROFILE_ERROR_INVALID_QUERY();
322
327
 
 
328
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_POST_MSG")]
 
329
  public static extern int get_PROFILE_ERROR_INVALID_POST_MSG();
 
330
 
 
331
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_SOAP_MSG")]
 
332
  public static extern int get_PROFILE_ERROR_INVALID_SOAP_MSG();
 
333
 
323
334
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_MISSING_REQUEST")]
324
335
  public static extern int get_PROFILE_ERROR_MISSING_REQUEST();
325
336
 
326
 
  [DllImport("lasso", EntryPoint="CSharp_get_PARAM_ERROR_BADTYPE_OR_NULL_OBJ")]
327
 
  public static extern int get_PARAM_ERROR_BADTYPE_OR_NULL_OBJ();
 
337
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_HTTP_METHOD")]
 
338
  public static extern int get_PROFILE_ERROR_INVALID_HTTP_METHOD();
 
339
 
 
340
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_PROTOCOLPROFILE")]
 
341
  public static extern int get_PROFILE_ERROR_INVALID_PROTOCOLPROFILE();
 
342
 
 
343
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_INVALID_MSG")]
 
344
  public static extern int get_PROFILE_ERROR_INVALID_MSG();
 
345
 
 
346
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID")]
 
347
  public static extern int get_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID();
 
348
 
 
349
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_UNSUPPORTED_PROFILE")]
 
350
  public static extern int get_PROFILE_ERROR_UNSUPPORTED_PROFILE();
 
351
 
 
352
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_UNKNOWN_PROFILE_URL")]
 
353
  public static extern int get_PROFILE_ERROR_UNKNOWN_PROFILE_URL();
 
354
 
 
355
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_IDENTITY_NOT_FOUND")]
 
356
  public static extern int get_PROFILE_ERROR_IDENTITY_NOT_FOUND();
 
357
 
 
358
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_FEDERATION_NOT_FOUND")]
 
359
  public static extern int get_PROFILE_ERROR_FEDERATION_NOT_FOUND();
 
360
 
 
361
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND")]
 
362
  public static extern int get_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND();
 
363
 
 
364
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BUILDING_QUERY_FAILED")]
 
365
  public static extern int get_PROFILE_ERROR_BUILDING_QUERY_FAILED();
 
366
 
 
367
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BUILDING_REQUEST_FAILED")]
 
368
  public static extern int get_PROFILE_ERROR_BUILDING_REQUEST_FAILED();
 
369
 
 
370
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BUILDING_MESSAGE_FAILED")]
 
371
  public static extern int get_PROFILE_ERROR_BUILDING_MESSAGE_FAILED();
 
372
 
 
373
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BUILDING_RESPONSE_FAILED")]
 
374
  public static extern int get_PROFILE_ERROR_BUILDING_RESPONSE_FAILED();
 
375
 
 
376
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_SESSION_NOT_FOUND")]
 
377
  public static extern int get_PROFILE_ERROR_SESSION_NOT_FOUND();
 
378
 
 
379
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BAD_IDENTITY_DUMP")]
 
380
  public static extern int get_PROFILE_ERROR_BAD_IDENTITY_DUMP();
 
381
 
 
382
  [DllImport("lasso", EntryPoint="CSharp_get_PROFILE_ERROR_BAD_SESSION_DUMP")]
 
383
  public static extern int get_PROFILE_ERROR_BAD_SESSION_DUMP();
 
384
 
 
385
  [DllImport("lasso", EntryPoint="CSharp_get_LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ")]
 
386
  public static extern int get_LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ();
328
387
 
329
388
  [DllImport("lasso", EntryPoint="CSharp_get_PARAM_ERROR_INVALID_VALUE")]
330
389
  public static extern int get_PARAM_ERROR_INVALID_VALUE();
331
390
 
332
 
  [DllImport("lasso", EntryPoint="CSharp_get_PARAM_ERROR_ERR_CHECK_FAILED")]
333
 
  public static extern int get_PARAM_ERROR_ERR_CHECK_FAILED();
334
 
 
335
 
  [DllImport("lasso", EntryPoint="CSharp_get_ERROR_UNDEFINED")]
336
 
  public static extern int get_ERROR_UNDEFINED();
337
 
 
338
 
  [DllImport("lasso", EntryPoint="CSharp_new_Assertion")]
339
 
  public static extern IntPtr new_Assertion(string jarg1, string jarg2);
340
 
 
341
 
  [DllImport("lasso", EntryPoint="CSharp_delete_Assertion")]
342
 
  public static extern void delete_Assertion(IntPtr jarg1);
343
 
 
344
 
  [DllImport("lasso", EntryPoint="CSharp_Assertion_dump")]
345
 
  public static extern string Assertion_dump(IntPtr jarg1);
346
 
 
347
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_affiliationId")]
348
 
  public static extern void set_AuthnRequest_affiliationId(IntPtr jarg1, string jarg2);
349
 
 
350
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_affiliationId")]
351
 
  public static extern string get_AuthnRequest_affiliationId(IntPtr jarg1);
352
 
 
353
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_assertionConsumerServiceId")]
354
 
  public static extern void set_AuthnRequest_assertionConsumerServiceId(IntPtr jarg1, string jarg2);
355
 
 
356
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_assertionConsumerServiceId")]
357
 
  public static extern string get_AuthnRequest_assertionConsumerServiceId(IntPtr jarg1);
358
 
 
359
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_consent")]
360
 
  public static extern void set_AuthnRequest_consent(IntPtr jarg1, string jarg2);
361
 
 
362
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_consent")]
363
 
  public static extern string get_AuthnRequest_consent(IntPtr jarg1);
364
 
 
365
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_forceAuthn")]
366
 
  public static extern void set_AuthnRequest_forceAuthn(IntPtr jarg1, bool jarg2);
367
 
 
368
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_forceAuthn")]
369
 
  public static extern bool get_AuthnRequest_forceAuthn(IntPtr jarg1);
370
 
 
371
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_isPassive")]
372
 
  public static extern void set_AuthnRequest_isPassive(IntPtr jarg1, bool jarg2);
373
 
 
374
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_isPassive")]
375
 
  public static extern bool get_AuthnRequest_isPassive(IntPtr jarg1);
376
 
 
377
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_nameIdPolicy")]
378
 
  public static extern void set_AuthnRequest_nameIdPolicy(IntPtr jarg1, string jarg2);
379
 
 
380
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_nameIdPolicy")]
381
 
  public static extern string get_AuthnRequest_nameIdPolicy(IntPtr jarg1);
382
 
 
383
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_protocolProfile")]
384
 
  public static extern void set_AuthnRequest_protocolProfile(IntPtr jarg1, string jarg2);
385
 
 
386
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_protocolProfile")]
387
 
  public static extern string get_AuthnRequest_protocolProfile(IntPtr jarg1);
388
 
 
389
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_providerId")]
390
 
  public static extern void set_AuthnRequest_providerId(IntPtr jarg1, string jarg2);
391
 
 
392
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_providerId")]
393
 
  public static extern string get_AuthnRequest_providerId(IntPtr jarg1);
394
 
 
395
 
  [DllImport("lasso", EntryPoint="CSharp_set_AuthnRequest_relayState")]
396
 
  public static extern void set_AuthnRequest_relayState(IntPtr jarg1, string jarg2);
397
 
 
398
 
  [DllImport("lasso", EntryPoint="CSharp_get_AuthnRequest_relayState")]
399
 
  public static extern string get_AuthnRequest_relayState(IntPtr jarg1);
400
 
 
401
 
  [DllImport("lasso", EntryPoint="CSharp_set_LogoutRequest_relayState")]
402
 
  public static extern void set_LogoutRequest_relayState(IntPtr jarg1, string jarg2);
403
 
 
404
 
  [DllImport("lasso", EntryPoint="CSharp_get_LogoutRequest_relayState")]
405
 
  public static extern string get_LogoutRequest_relayState(IntPtr jarg1);
 
391
  [DllImport("lasso", EntryPoint="CSharp_get_LASSO_PARAM_ERROR_CHECK_FAILED")]
 
392
  public static extern int get_LASSO_PARAM_ERROR_CHECK_FAILED();
 
393
 
 
394
  [DllImport("lasso", EntryPoint="CSharp_get_LOGIN_ERROR_FEDERATION_NOT_FOUND")]
 
395
  public static extern int get_LOGIN_ERROR_FEDERATION_NOT_FOUND();
 
396
 
 
397
  [DllImport("lasso", EntryPoint="CSharp_get_LOGIN_ERROR_CONSENT_NOT_OBTAINED")]
 
398
  public static extern int get_LOGIN_ERROR_CONSENT_NOT_OBTAINED();
 
399
 
 
400
  [DllImport("lasso", EntryPoint="CSharp_get_LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY")]
 
401
  public static extern int get_LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY();
 
402
 
 
403
  [DllImport("lasso", EntryPoint="CSharp_get_LASSO_LOGIN_ERROR_REQUEST_DENIED")]
 
404
  public static extern int get_LASSO_LOGIN_ERROR_REQUEST_DENIED();
 
405
 
 
406
  [DllImport("lasso", EntryPoint="CSharp_get_LOGIN_ERROR_INVALID_SIGNATURE")]
 
407
  public static extern int get_LOGIN_ERROR_INVALID_SIGNATURE();
 
408
 
 
409
  [DllImport("lasso", EntryPoint="CSharp_get_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST")]
 
410
  public static extern int get_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST();
 
411
 
 
412
  [DllImport("lasso", EntryPoint="CSharp_get_LOGIN_ERROR_STATUS_NOT_SUCCESS")]
 
413
  public static extern int get_LOGIN_ERROR_STATUS_NOT_SUCCESS();
 
414
 
 
415
  [DllImport("lasso", EntryPoint="CSharp_get_DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER")]
 
416
  public static extern int get_DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER();
 
417
 
 
418
  [DllImport("lasso", EntryPoint="CSharp_init")]
 
419
  public static extern int init();
 
420
 
 
421
  [DllImport("lasso", EntryPoint="CSharp_shutdown")]
 
422
  public static extern int shutdown();
 
423
 
 
424
  [DllImport("lasso", EntryPoint="CSharp_checkVersion")]
 
425
  public static extern int checkVersion(int jarg1, int jarg2, int jarg3, int jarg4);
 
426
 
 
427
/* FIXME: Doesn't work for C# */
 
428
/*   static { */
 
429
/*     // Initialize Lasso. */
 
430
/*     init(); */
 
431
/*   } */
 
432
 
 
433
 
 
434
  [DllImport("lasso", EntryPoint="CSharp_new_Node")]
 
435
  public static extern IntPtr new_Node();
 
436
 
 
437
  [DllImport("lasso", EntryPoint="CSharp_delete_Node")]
 
438
  public static extern void delete_Node(IntPtr jarg1);
 
439
 
 
440
  [DllImport("lasso", EntryPoint="CSharp_Node_dump")]
 
441
  public static extern string Node_dump(IntPtr jarg1);
 
442
 
 
443
  [DllImport("lasso", EntryPoint="CSharp_new_NodeList")]
 
444
  public static extern IntPtr new_NodeList();
 
445
 
 
446
  [DllImport("lasso", EntryPoint="CSharp_delete_NodeList")]
 
447
  public static extern void delete_NodeList(IntPtr jarg1);
 
448
 
 
449
  [DllImport("lasso", EntryPoint="CSharp_NodeList_append")]
 
450
  public static extern void NodeList_append(IntPtr jarg1, IntPtr jarg2);
 
451
 
 
452
  [DllImport("lasso", EntryPoint="CSharp_NodeList_cast")]
 
453
  public static extern IntPtr NodeList_cast(IntPtr jarg1);
 
454
 
 
455
  [DllImport("lasso", EntryPoint="CSharp_NodeList_frompointer")]
 
456
  public static extern IntPtr NodeList_frompointer(IntPtr jarg1);
 
457
 
 
458
  [DllImport("lasso", EntryPoint="CSharp_NodeList_getItem")]
 
459
  public static extern IntPtr NodeList_getItem(IntPtr jarg1, int jarg2);
 
460
 
 
461
  [DllImport("lasso", EntryPoint="CSharp_NodeList_length")]
 
462
  public static extern int NodeList_length(IntPtr jarg1);
 
463
 
 
464
  [DllImport("lasso", EntryPoint="CSharp_NodeList_setItem")]
 
465
  public static extern void NodeList_setItem(IntPtr jarg1, int jarg2, IntPtr jarg3);
 
466
 
 
467
  [DllImport("lasso", EntryPoint="CSharp_new_StringList")]
 
468
  public static extern IntPtr new_StringList();
 
469
 
 
470
  [DllImport("lasso", EntryPoint="CSharp_delete_StringList")]
 
471
  public static extern void delete_StringList(IntPtr jarg1);
 
472
 
 
473
  [DllImport("lasso", EntryPoint="CSharp_StringList_append")]
 
474
  public static extern void StringList_append(IntPtr jarg1, string jarg2);
 
475
 
 
476
  [DllImport("lasso", EntryPoint="CSharp_StringList_cast")]
 
477
  public static extern IntPtr StringList_cast(IntPtr jarg1);
 
478
 
 
479
  [DllImport("lasso", EntryPoint="CSharp_StringList_frompointer")]
 
480
  public static extern IntPtr StringList_frompointer(IntPtr jarg1);
 
481
 
 
482
  [DllImport("lasso", EntryPoint="CSharp_StringList_getItem")]
 
483
  public static extern string StringList_getItem(IntPtr jarg1, int jarg2);
 
484
 
 
485
  [DllImport("lasso", EntryPoint="CSharp_StringList_length")]
 
486
  public static extern int StringList_length(IntPtr jarg1);
 
487
 
 
488
  [DllImport("lasso", EntryPoint="CSharp_StringList_setItem")]
 
489
  public static extern void StringList_setItem(IntPtr jarg1, int jarg2, string jarg3);
 
490
 
 
491
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAdvice_assertion")]
 
492
  public static extern void set_SamlAdvice_assertion(IntPtr jarg1, IntPtr jarg2);
 
493
 
 
494
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAdvice_assertion")]
 
495
  public static extern IntPtr get_SamlAdvice_assertion(IntPtr jarg1);
 
496
 
 
497
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAdvice_assertionIdReference")]
 
498
  public static extern void set_SamlAdvice_assertionIdReference(IntPtr jarg1, IntPtr jarg2);
 
499
 
 
500
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAdvice_assertionIdReference")]
 
501
  public static extern IntPtr get_SamlAdvice_assertionIdReference(IntPtr jarg1);
 
502
 
 
503
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAdvice")]
 
504
  public static extern IntPtr new_SamlAdvice();
 
505
 
 
506
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAdvice")]
 
507
  public static extern void delete_SamlAdvice(IntPtr jarg1);
 
508
 
 
509
  [DllImport("lasso", EntryPoint="CSharp_SamlAdvice_dump")]
 
510
  public static extern string SamlAdvice_dump(IntPtr jarg1);
 
511
 
 
512
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_assertionId")]
 
513
  public static extern void set_SamlAssertion_assertionId(IntPtr jarg1, string jarg2);
 
514
 
 
515
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_assertionId")]
 
516
  public static extern string get_SamlAssertion_assertionId(IntPtr jarg1);
 
517
 
 
518
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_certificateFile")]
 
519
  public static extern void set_SamlAssertion_certificateFile(IntPtr jarg1, string jarg2);
 
520
 
 
521
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_certificateFile")]
 
522
  public static extern string get_SamlAssertion_certificateFile(IntPtr jarg1);
 
523
 
 
524
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_issueInstant")]
 
525
  public static extern void set_SamlAssertion_issueInstant(IntPtr jarg1, string jarg2);
 
526
 
 
527
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_issueInstant")]
 
528
  public static extern string get_SamlAssertion_issueInstant(IntPtr jarg1);
 
529
 
 
530
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_issuer")]
 
531
  public static extern void set_SamlAssertion_issuer(IntPtr jarg1, string jarg2);
 
532
 
 
533
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_issuer")]
 
534
  public static extern string get_SamlAssertion_issuer(IntPtr jarg1);
 
535
 
 
536
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_majorVersion")]
 
537
  public static extern void set_SamlAssertion_majorVersion(IntPtr jarg1, int jarg2);
 
538
 
 
539
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_majorVersion")]
 
540
  public static extern int get_SamlAssertion_majorVersion(IntPtr jarg1);
 
541
 
 
542
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_minorVersion")]
 
543
  public static extern void set_SamlAssertion_minorVersion(IntPtr jarg1, int jarg2);
 
544
 
 
545
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_minorVersion")]
 
546
  public static extern int get_SamlAssertion_minorVersion(IntPtr jarg1);
 
547
 
 
548
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_privateKeyFile")]
 
549
  public static extern void set_SamlAssertion_privateKeyFile(IntPtr jarg1, string jarg2);
 
550
 
 
551
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_privateKeyFile")]
 
552
  public static extern string get_SamlAssertion_privateKeyFile(IntPtr jarg1);
 
553
 
 
554
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_signMethod")]
 
555
  public static extern void set_SamlAssertion_signMethod(IntPtr jarg1, int jarg2);
 
556
 
 
557
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_signMethod")]
 
558
  public static extern int get_SamlAssertion_signMethod(IntPtr jarg1);
 
559
 
 
560
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_signType")]
 
561
  public static extern void set_SamlAssertion_signType(IntPtr jarg1, IntPtr jarg2);
 
562
 
 
563
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_signType")]
 
564
  public static extern IntPtr get_SamlAssertion_signType(IntPtr jarg1);
 
565
 
 
566
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_advice")]
 
567
  public static extern void set_SamlAssertion_advice(IntPtr jarg1, IntPtr jarg2);
 
568
 
 
569
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_advice")]
 
570
  public static extern IntPtr get_SamlAssertion_advice(IntPtr jarg1);
 
571
 
 
572
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_attributeStatement")]
 
573
  public static extern void set_SamlAssertion_attributeStatement(IntPtr jarg1, IntPtr jarg2);
 
574
 
 
575
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_attributeStatement")]
 
576
  public static extern IntPtr get_SamlAssertion_attributeStatement(IntPtr jarg1);
 
577
 
 
578
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_authenticationStatement")]
 
579
  public static extern void set_SamlAssertion_authenticationStatement(IntPtr jarg1, IntPtr jarg2);
 
580
 
 
581
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_authenticationStatement")]
 
582
  public static extern IntPtr get_SamlAssertion_authenticationStatement(IntPtr jarg1);
 
583
 
 
584
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_conditions")]
 
585
  public static extern void set_SamlAssertion_conditions(IntPtr jarg1, IntPtr jarg2);
 
586
 
 
587
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_conditions")]
 
588
  public static extern IntPtr get_SamlAssertion_conditions(IntPtr jarg1);
 
589
 
 
590
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAssertion_subjectStatement")]
 
591
  public static extern void set_SamlAssertion_subjectStatement(IntPtr jarg1, IntPtr jarg2);
 
592
 
 
593
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAssertion_subjectStatement")]
 
594
  public static extern IntPtr get_SamlAssertion_subjectStatement(IntPtr jarg1);
 
595
 
 
596
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAssertion")]
 
597
  public static extern IntPtr new_SamlAssertion();
 
598
 
 
599
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAssertion")]
 
600
  public static extern void delete_SamlAssertion(IntPtr jarg1);
 
601
 
 
602
  [DllImport("lasso", EntryPoint="CSharp_SamlAssertion_dump")]
 
603
  public static extern string SamlAssertion_dump(IntPtr jarg1);
 
604
 
 
605
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttribute_attributeName")]
 
606
  public static extern void set_SamlAttribute_attributeName(IntPtr jarg1, string jarg2);
 
607
 
 
608
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttribute_attributeName")]
 
609
  public static extern string get_SamlAttribute_attributeName(IntPtr jarg1);
 
610
 
 
611
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttribute_attributeNamespace")]
 
612
  public static extern void set_SamlAttribute_attributeNamespace(IntPtr jarg1, string jarg2);
 
613
 
 
614
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttribute_attributeNamespace")]
 
615
  public static extern string get_SamlAttribute_attributeNamespace(IntPtr jarg1);
 
616
 
 
617
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttribute_attributeValue")]
 
618
  public static extern void set_SamlAttribute_attributeValue(IntPtr jarg1, IntPtr jarg2);
 
619
 
 
620
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttribute_attributeValue")]
 
621
  public static extern IntPtr get_SamlAttribute_attributeValue(IntPtr jarg1);
 
622
 
 
623
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAttribute")]
 
624
  public static extern IntPtr new_SamlAttribute();
 
625
 
 
626
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAttribute")]
 
627
  public static extern void delete_SamlAttribute(IntPtr jarg1);
 
628
 
 
629
  [DllImport("lasso", EntryPoint="CSharp_SamlAttribute_dump")]
 
630
  public static extern string SamlAttribute_dump(IntPtr jarg1);
 
631
 
 
632
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttributeDesignator_attributeName")]
 
633
  public static extern void set_SamlAttributeDesignator_attributeName(IntPtr jarg1, string jarg2);
 
634
 
 
635
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttributeDesignator_attributeName")]
 
636
  public static extern string get_SamlAttributeDesignator_attributeName(IntPtr jarg1);
 
637
 
 
638
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttributeDesignator_attributeNamespace")]
 
639
  public static extern void set_SamlAttributeDesignator_attributeNamespace(IntPtr jarg1, string jarg2);
 
640
 
 
641
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttributeDesignator_attributeNamespace")]
 
642
  public static extern string get_SamlAttributeDesignator_attributeNamespace(IntPtr jarg1);
 
643
 
 
644
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAttributeDesignator")]
 
645
  public static extern IntPtr new_SamlAttributeDesignator();
 
646
 
 
647
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAttributeDesignator")]
 
648
  public static extern void delete_SamlAttributeDesignator(IntPtr jarg1);
 
649
 
 
650
  [DllImport("lasso", EntryPoint="CSharp_SamlAttributeDesignator_dump")]
 
651
  public static extern string SamlAttributeDesignator_dump(IntPtr jarg1);
 
652
 
 
653
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttributeStatement_subject")]
 
654
  public static extern void set_SamlAttributeStatement_subject(IntPtr jarg1, IntPtr jarg2);
 
655
 
 
656
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttributeStatement_subject")]
 
657
  public static extern IntPtr get_SamlAttributeStatement_subject(IntPtr jarg1);
 
658
 
 
659
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttributeStatement_attribute")]
 
660
  public static extern void set_SamlAttributeStatement_attribute(IntPtr jarg1, IntPtr jarg2);
 
661
 
 
662
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttributeStatement_attribute")]
 
663
  public static extern IntPtr get_SamlAttributeStatement_attribute(IntPtr jarg1);
 
664
 
 
665
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAttributeStatement")]
 
666
  public static extern IntPtr new_SamlAttributeStatement();
 
667
 
 
668
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAttributeStatement")]
 
669
  public static extern void delete_SamlAttributeStatement(IntPtr jarg1);
 
670
 
 
671
  [DllImport("lasso", EntryPoint="CSharp_SamlAttributeStatement_dump")]
 
672
  public static extern string SamlAttributeStatement_dump(IntPtr jarg1);
 
673
 
 
674
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAttributeValue_any")]
 
675
  public static extern void set_SamlAttributeValue_any(IntPtr jarg1, IntPtr jarg2);
 
676
 
 
677
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAttributeValue_any")]
 
678
  public static extern IntPtr get_SamlAttributeValue_any(IntPtr jarg1);
 
679
 
 
680
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAttributeValue")]
 
681
  public static extern IntPtr new_SamlAttributeValue();
 
682
 
 
683
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAttributeValue")]
 
684
  public static extern void delete_SamlAttributeValue(IntPtr jarg1);
 
685
 
 
686
  [DllImport("lasso", EntryPoint="CSharp_SamlAttributeValue_dump")]
 
687
  public static extern string SamlAttributeValue_dump(IntPtr jarg1);
 
688
 
 
689
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAudienceRestrictionCondition_audience")]
 
690
  public static extern void set_SamlAudienceRestrictionCondition_audience(IntPtr jarg1, IntPtr jarg2);
 
691
 
 
692
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAudienceRestrictionCondition_audience")]
 
693
  public static extern IntPtr get_SamlAudienceRestrictionCondition_audience(IntPtr jarg1);
 
694
 
 
695
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAudienceRestrictionCondition")]
 
696
  public static extern IntPtr new_SamlAudienceRestrictionCondition();
 
697
 
 
698
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAudienceRestrictionCondition")]
 
699
  public static extern void delete_SamlAudienceRestrictionCondition(IntPtr jarg1);
 
700
 
 
701
  [DllImport("lasso", EntryPoint="CSharp_SamlAudienceRestrictionCondition_dump")]
 
702
  public static extern string SamlAudienceRestrictionCondition_dump(IntPtr jarg1);
 
703
 
 
704
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthenticationStatement_authenticationInstant")]
 
705
  public static extern void set_SamlAuthenticationStatement_authenticationInstant(IntPtr jarg1, string jarg2);
 
706
 
 
707
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthenticationStatement_authenticationInstant")]
 
708
  public static extern string get_SamlAuthenticationStatement_authenticationInstant(IntPtr jarg1);
 
709
 
 
710
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthenticationStatement_authenticationMethod")]
 
711
  public static extern void set_SamlAuthenticationStatement_authenticationMethod(IntPtr jarg1, string jarg2);
 
712
 
 
713
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthenticationStatement_authenticationMethod")]
 
714
  public static extern string get_SamlAuthenticationStatement_authenticationMethod(IntPtr jarg1);
 
715
 
 
716
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthenticationStatement_authorityBinding")]
 
717
  public static extern void set_SamlAuthenticationStatement_authorityBinding(IntPtr jarg1, IntPtr jarg2);
 
718
 
 
719
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthenticationStatement_authorityBinding")]
 
720
  public static extern IntPtr get_SamlAuthenticationStatement_authorityBinding(IntPtr jarg1);
 
721
 
 
722
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthenticationStatement_subjectLocality")]
 
723
  public static extern void set_SamlAuthenticationStatement_subjectLocality(IntPtr jarg1, IntPtr jarg2);
 
724
 
 
725
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthenticationStatement_subjectLocality")]
 
726
  public static extern IntPtr get_SamlAuthenticationStatement_subjectLocality(IntPtr jarg1);
 
727
 
 
728
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAuthenticationStatement")]
 
729
  public static extern IntPtr new_SamlAuthenticationStatement();
 
730
 
 
731
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAuthenticationStatement")]
 
732
  public static extern void delete_SamlAuthenticationStatement(IntPtr jarg1);
 
733
 
 
734
  [DllImport("lasso", EntryPoint="CSharp_SamlAuthenticationStatement_dump")]
 
735
  public static extern string SamlAuthenticationStatement_dump(IntPtr jarg1);
 
736
 
 
737
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthorityBinding_authorityKind")]
 
738
  public static extern void set_SamlAuthorityBinding_authorityKind(IntPtr jarg1, string jarg2);
 
739
 
 
740
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthorityBinding_authorityKind")]
 
741
  public static extern string get_SamlAuthorityBinding_authorityKind(IntPtr jarg1);
 
742
 
 
743
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthorityBinding_location")]
 
744
  public static extern void set_SamlAuthorityBinding_location(IntPtr jarg1, string jarg2);
 
745
 
 
746
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthorityBinding_location")]
 
747
  public static extern string get_SamlAuthorityBinding_location(IntPtr jarg1);
 
748
 
 
749
  [DllImport("lasso", EntryPoint="CSharp_set_SamlAuthorityBinding_binding")]
 
750
  public static extern void set_SamlAuthorityBinding_binding(IntPtr jarg1, string jarg2);
 
751
 
 
752
  [DllImport("lasso", EntryPoint="CSharp_get_SamlAuthorityBinding_binding")]
 
753
  public static extern string get_SamlAuthorityBinding_binding(IntPtr jarg1);
 
754
 
 
755
  [DllImport("lasso", EntryPoint="CSharp_new_SamlAuthorityBinding")]
 
756
  public static extern IntPtr new_SamlAuthorityBinding();
 
757
 
 
758
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlAuthorityBinding")]
 
759
  public static extern void delete_SamlAuthorityBinding(IntPtr jarg1);
 
760
 
 
761
  [DllImport("lasso", EntryPoint="CSharp_SamlAuthorityBinding_dump")]
 
762
  public static extern string SamlAuthorityBinding_dump(IntPtr jarg1);
 
763
 
 
764
  [DllImport("lasso", EntryPoint="CSharp_SamlConditionAbstract_dump")]
 
765
  public static extern string SamlConditionAbstract_dump(IntPtr jarg1);
 
766
 
 
767
  [DllImport("lasso", EntryPoint="CSharp_set_SamlConditions_notBefore")]
 
768
  public static extern void set_SamlConditions_notBefore(IntPtr jarg1, string jarg2);
 
769
 
 
770
  [DllImport("lasso", EntryPoint="CSharp_get_SamlConditions_notBefore")]
 
771
  public static extern string get_SamlConditions_notBefore(IntPtr jarg1);
 
772
 
 
773
  [DllImport("lasso", EntryPoint="CSharp_set_SamlConditions_notOnOrAfter")]
 
774
  public static extern void set_SamlConditions_notOnOrAfter(IntPtr jarg1, string jarg2);
 
775
 
 
776
  [DllImport("lasso", EntryPoint="CSharp_get_SamlConditions_notOnOrAfter")]
 
777
  public static extern string get_SamlConditions_notOnOrAfter(IntPtr jarg1);
 
778
 
 
779
  [DllImport("lasso", EntryPoint="CSharp_set_SamlConditions_audienceRestrictionCondition")]
 
780
  public static extern void set_SamlConditions_audienceRestrictionCondition(IntPtr jarg1, IntPtr jarg2);
 
781
 
 
782
  [DllImport("lasso", EntryPoint="CSharp_get_SamlConditions_audienceRestrictionCondition")]
 
783
  public static extern IntPtr get_SamlConditions_audienceRestrictionCondition(IntPtr jarg1);
 
784
 
 
785
  [DllImport("lasso", EntryPoint="CSharp_set_SamlConditions_condition")]
 
786
  public static extern void set_SamlConditions_condition(IntPtr jarg1, IntPtr jarg2);
 
787
 
 
788
  [DllImport("lasso", EntryPoint="CSharp_get_SamlConditions_condition")]
 
789
  public static extern IntPtr get_SamlConditions_condition(IntPtr jarg1);
 
790
 
 
791
  [DllImport("lasso", EntryPoint="CSharp_new_SamlConditions")]
 
792
  public static extern IntPtr new_SamlConditions();
 
793
 
 
794
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlConditions")]
 
795
  public static extern void delete_SamlConditions(IntPtr jarg1);
 
796
 
 
797
  [DllImport("lasso", EntryPoint="CSharp_SamlConditions_dump")]
 
798
  public static extern string SamlConditions_dump(IntPtr jarg1);
 
799
 
 
800
  [DllImport("lasso", EntryPoint="CSharp_set_SamlNameIdentifier_content")]
 
801
  public static extern void set_SamlNameIdentifier_content(IntPtr jarg1, string jarg2);
 
802
 
 
803
  [DllImport("lasso", EntryPoint="CSharp_get_SamlNameIdentifier_content")]
 
804
  public static extern string get_SamlNameIdentifier_content(IntPtr jarg1);
 
805
 
 
806
  [DllImport("lasso", EntryPoint="CSharp_set_SamlNameIdentifier_format")]
 
807
  public static extern void set_SamlNameIdentifier_format(IntPtr jarg1, string jarg2);
 
808
 
 
809
  [DllImport("lasso", EntryPoint="CSharp_get_SamlNameIdentifier_format")]
 
810
  public static extern string get_SamlNameIdentifier_format(IntPtr jarg1);
 
811
 
 
812
  [DllImport("lasso", EntryPoint="CSharp_set_SamlNameIdentifier_nameQualifier")]
 
813
  public static extern void set_SamlNameIdentifier_nameQualifier(IntPtr jarg1, string jarg2);
 
814
 
 
815
  [DllImport("lasso", EntryPoint="CSharp_get_SamlNameIdentifier_nameQualifier")]
 
816
  public static extern string get_SamlNameIdentifier_nameQualifier(IntPtr jarg1);
 
817
 
 
818
  [DllImport("lasso", EntryPoint="CSharp_new_SamlNameIdentifier")]
 
819
  public static extern IntPtr new_SamlNameIdentifier();
 
820
 
 
821
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlNameIdentifier")]
 
822
  public static extern void delete_SamlNameIdentifier(IntPtr jarg1);
 
823
 
 
824
  [DllImport("lasso", EntryPoint="CSharp_SamlNameIdentifier_dump")]
 
825
  public static extern string SamlNameIdentifier_dump(IntPtr jarg1);
 
826
 
 
827
  [DllImport("lasso", EntryPoint="CSharp_SamlStatementAbstract_dump")]
 
828
  public static extern string SamlStatementAbstract_dump(IntPtr jarg1);
 
829
 
 
830
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubject_nameIdentifier")]
 
831
  public static extern void set_SamlSubject_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
832
 
 
833
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubject_nameIdentifier")]
 
834
  public static extern IntPtr get_SamlSubject_nameIdentifier(IntPtr jarg1);
 
835
 
 
836
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubject_subjectConfirmation")]
 
837
  public static extern void set_SamlSubject_subjectConfirmation(IntPtr jarg1, IntPtr jarg2);
 
838
 
 
839
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubject_subjectConfirmation")]
 
840
  public static extern IntPtr get_SamlSubject_subjectConfirmation(IntPtr jarg1);
 
841
 
 
842
  [DllImport("lasso", EntryPoint="CSharp_new_SamlSubject")]
 
843
  public static extern IntPtr new_SamlSubject();
 
844
 
 
845
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlSubject")]
 
846
  public static extern void delete_SamlSubject(IntPtr jarg1);
 
847
 
 
848
  [DllImport("lasso", EntryPoint="CSharp_SamlSubject_dump")]
 
849
  public static extern string SamlSubject_dump(IntPtr jarg1);
 
850
 
 
851
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectConfirmation_subjectConfirmationData")]
 
852
  public static extern void set_SamlSubjectConfirmation_subjectConfirmationData(IntPtr jarg1, string jarg2);
 
853
 
 
854
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectConfirmation_subjectConfirmationData")]
 
855
  public static extern string get_SamlSubjectConfirmation_subjectConfirmationData(IntPtr jarg1);
 
856
 
 
857
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectConfirmation_confirmationMethod")]
 
858
  public static extern void set_SamlSubjectConfirmation_confirmationMethod(IntPtr jarg1, IntPtr jarg2);
 
859
 
 
860
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectConfirmation_confirmationMethod")]
 
861
  public static extern IntPtr get_SamlSubjectConfirmation_confirmationMethod(IntPtr jarg1);
 
862
 
 
863
  [DllImport("lasso", EntryPoint="CSharp_new_SamlSubjectConfirmation")]
 
864
  public static extern IntPtr new_SamlSubjectConfirmation();
 
865
 
 
866
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlSubjectConfirmation")]
 
867
  public static extern void delete_SamlSubjectConfirmation(IntPtr jarg1);
 
868
 
 
869
  [DllImport("lasso", EntryPoint="CSharp_SamlSubjectConfirmation_dump")]
 
870
  public static extern string SamlSubjectConfirmation_dump(IntPtr jarg1);
 
871
 
 
872
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectLocality_dnsAddress")]
 
873
  public static extern void set_SamlSubjectLocality_dnsAddress(IntPtr jarg1, string jarg2);
 
874
 
 
875
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectLocality_dnsAddress")]
 
876
  public static extern string get_SamlSubjectLocality_dnsAddress(IntPtr jarg1);
 
877
 
 
878
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectLocality_ipAddress")]
 
879
  public static extern void set_SamlSubjectLocality_ipAddress(IntPtr jarg1, string jarg2);
 
880
 
 
881
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectLocality_ipAddress")]
 
882
  public static extern string get_SamlSubjectLocality_ipAddress(IntPtr jarg1);
 
883
 
 
884
  [DllImport("lasso", EntryPoint="CSharp_new_SamlSubjectLocality")]
 
885
  public static extern IntPtr new_SamlSubjectLocality();
 
886
 
 
887
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlSubjectLocality")]
 
888
  public static extern void delete_SamlSubjectLocality(IntPtr jarg1);
 
889
 
 
890
  [DllImport("lasso", EntryPoint="CSharp_SamlSubjectLocality_dump")]
 
891
  public static extern string SamlSubjectLocality_dump(IntPtr jarg1);
 
892
 
 
893
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectStatement_subject")]
 
894
  public static extern void set_SamlSubjectStatement_subject(IntPtr jarg1, IntPtr jarg2);
 
895
 
 
896
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectStatement_subject")]
 
897
  public static extern IntPtr get_SamlSubjectStatement_subject(IntPtr jarg1);
 
898
 
 
899
  [DllImport("lasso", EntryPoint="CSharp_new_SamlSubjectStatement")]
 
900
  public static extern IntPtr new_SamlSubjectStatement();
 
901
 
 
902
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlSubjectStatement")]
 
903
  public static extern void delete_SamlSubjectStatement(IntPtr jarg1);
 
904
 
 
905
  [DllImport("lasso", EntryPoint="CSharp_SamlSubjectStatement_dump")]
 
906
  public static extern string SamlSubjectStatement_dump(IntPtr jarg1);
 
907
 
 
908
  [DllImport("lasso", EntryPoint="CSharp_set_SamlSubjectStatementAbstract_subject")]
 
909
  public static extern void set_SamlSubjectStatementAbstract_subject(IntPtr jarg1, IntPtr jarg2);
 
910
 
 
911
  [DllImport("lasso", EntryPoint="CSharp_get_SamlSubjectStatementAbstract_subject")]
 
912
  public static extern IntPtr get_SamlSubjectStatementAbstract_subject(IntPtr jarg1);
 
913
 
 
914
  [DllImport("lasso", EntryPoint="CSharp_SamlSubjectStatementAbstract_dump")]
 
915
  public static extern string SamlSubjectStatementAbstract_dump(IntPtr jarg1);
 
916
 
 
917
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_assertionArtifact")]
 
918
  public static extern void set_SamlpRequest_assertionArtifact(IntPtr jarg1, string jarg2);
 
919
 
 
920
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_assertionArtifact")]
 
921
  public static extern string get_SamlpRequest_assertionArtifact(IntPtr jarg1);
 
922
 
 
923
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_certificateFile")]
 
924
  public static extern void set_SamlpRequest_certificateFile(IntPtr jarg1, string jarg2);
 
925
 
 
926
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_certificateFile")]
 
927
  public static extern string get_SamlpRequest_certificateFile(IntPtr jarg1);
 
928
 
 
929
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_issueInstant")]
 
930
  public static extern void set_SamlpRequest_issueInstant(IntPtr jarg1, string jarg2);
 
931
 
 
932
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_issueInstant")]
 
933
  public static extern string get_SamlpRequest_issueInstant(IntPtr jarg1);
 
934
 
 
935
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_majorVersion")]
 
936
  public static extern void set_SamlpRequest_majorVersion(IntPtr jarg1, int jarg2);
 
937
 
 
938
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_majorVersion")]
 
939
  public static extern int get_SamlpRequest_majorVersion(IntPtr jarg1);
 
940
 
 
941
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_minorVersion")]
 
942
  public static extern void set_SamlpRequest_minorVersion(IntPtr jarg1, int jarg2);
 
943
 
 
944
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_minorVersion")]
 
945
  public static extern int get_SamlpRequest_minorVersion(IntPtr jarg1);
 
946
 
 
947
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_privateKeyFile")]
 
948
  public static extern void set_SamlpRequest_privateKeyFile(IntPtr jarg1, string jarg2);
 
949
 
 
950
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_privateKeyFile")]
 
951
  public static extern string get_SamlpRequest_privateKeyFile(IntPtr jarg1);
 
952
 
 
953
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_requestId")]
 
954
  public static extern void set_SamlpRequest_requestId(IntPtr jarg1, string jarg2);
 
955
 
 
956
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_requestId")]
 
957
  public static extern string get_SamlpRequest_requestId(IntPtr jarg1);
 
958
 
 
959
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_respondWith")]
 
960
  public static extern void set_SamlpRequest_respondWith(IntPtr jarg1, IntPtr jarg2);
 
961
 
 
962
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_respondWith")]
 
963
  public static extern IntPtr get_SamlpRequest_respondWith(IntPtr jarg1);
 
964
 
 
965
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_signMethod")]
 
966
  public static extern void set_SamlpRequest_signMethod(IntPtr jarg1, int jarg2);
 
967
 
 
968
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_signMethod")]
 
969
  public static extern int get_SamlpRequest_signMethod(IntPtr jarg1);
 
970
 
 
971
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequest_signType")]
 
972
  public static extern void set_SamlpRequest_signType(IntPtr jarg1, IntPtr jarg2);
 
973
 
 
974
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequest_signType")]
 
975
  public static extern IntPtr get_SamlpRequest_signType(IntPtr jarg1);
 
976
 
 
977
  [DllImport("lasso", EntryPoint="CSharp_new_SamlpRequest")]
 
978
  public static extern IntPtr new_SamlpRequest();
 
979
 
 
980
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlpRequest")]
 
981
  public static extern void delete_SamlpRequest(IntPtr jarg1);
 
982
 
 
983
  [DllImport("lasso", EntryPoint="CSharp_SamlpRequest_dump")]
 
984
  public static extern string SamlpRequest_dump(IntPtr jarg1);
 
985
 
 
986
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_certificateFile")]
 
987
  public static extern void set_SamlpRequestAbstract_certificateFile(IntPtr jarg1, string jarg2);
 
988
 
 
989
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_certificateFile")]
 
990
  public static extern string get_SamlpRequestAbstract_certificateFile(IntPtr jarg1);
 
991
 
 
992
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_issueInstant")]
 
993
  public static extern void set_SamlpRequestAbstract_issueInstant(IntPtr jarg1, string jarg2);
 
994
 
 
995
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_issueInstant")]
 
996
  public static extern string get_SamlpRequestAbstract_issueInstant(IntPtr jarg1);
 
997
 
 
998
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_majorVersion")]
 
999
  public static extern void set_SamlpRequestAbstract_majorVersion(IntPtr jarg1, int jarg2);
 
1000
 
 
1001
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_majorVersion")]
 
1002
  public static extern int get_SamlpRequestAbstract_majorVersion(IntPtr jarg1);
 
1003
 
 
1004
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_minorVersion")]
 
1005
  public static extern void set_SamlpRequestAbstract_minorVersion(IntPtr jarg1, int jarg2);
 
1006
 
 
1007
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_minorVersion")]
 
1008
  public static extern int get_SamlpRequestAbstract_minorVersion(IntPtr jarg1);
 
1009
 
 
1010
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_privateKeyFile")]
 
1011
  public static extern void set_SamlpRequestAbstract_privateKeyFile(IntPtr jarg1, string jarg2);
 
1012
 
 
1013
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_privateKeyFile")]
 
1014
  public static extern string get_SamlpRequestAbstract_privateKeyFile(IntPtr jarg1);
 
1015
 
 
1016
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_requestId")]
 
1017
  public static extern void set_SamlpRequestAbstract_requestId(IntPtr jarg1, string jarg2);
 
1018
 
 
1019
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_requestId")]
 
1020
  public static extern string get_SamlpRequestAbstract_requestId(IntPtr jarg1);
 
1021
 
 
1022
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_signMethod")]
 
1023
  public static extern void set_SamlpRequestAbstract_signMethod(IntPtr jarg1, int jarg2);
 
1024
 
 
1025
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_signMethod")]
 
1026
  public static extern int get_SamlpRequestAbstract_signMethod(IntPtr jarg1);
 
1027
 
 
1028
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_signType")]
 
1029
  public static extern void set_SamlpRequestAbstract_signType(IntPtr jarg1, IntPtr jarg2);
 
1030
 
 
1031
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_signType")]
 
1032
  public static extern IntPtr get_SamlpRequestAbstract_signType(IntPtr jarg1);
 
1033
 
 
1034
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpRequestAbstract_respondWith")]
 
1035
  public static extern void set_SamlpRequestAbstract_respondWith(IntPtr jarg1, IntPtr jarg2);
 
1036
 
 
1037
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpRequestAbstract_respondWith")]
 
1038
  public static extern IntPtr get_SamlpRequestAbstract_respondWith(IntPtr jarg1);
 
1039
 
 
1040
  [DllImport("lasso", EntryPoint="CSharp_SamlpRequestAbstract_dump")]
 
1041
  public static extern string SamlpRequestAbstract_dump(IntPtr jarg1);
 
1042
 
 
1043
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_certificateFile")]
 
1044
  public static extern void set_SamlpResponse_certificateFile(IntPtr jarg1, string jarg2);
 
1045
 
 
1046
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_certificateFile")]
 
1047
  public static extern string get_SamlpResponse_certificateFile(IntPtr jarg1);
 
1048
 
 
1049
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_inResponseTo")]
 
1050
  public static extern void set_SamlpResponse_inResponseTo(IntPtr jarg1, string jarg2);
 
1051
 
 
1052
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_inResponseTo")]
 
1053
  public static extern string get_SamlpResponse_inResponseTo(IntPtr jarg1);
 
1054
 
 
1055
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_issueInstant")]
 
1056
  public static extern void set_SamlpResponse_issueInstant(IntPtr jarg1, string jarg2);
 
1057
 
 
1058
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_issueInstant")]
 
1059
  public static extern string get_SamlpResponse_issueInstant(IntPtr jarg1);
 
1060
 
 
1061
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_majorVersion")]
 
1062
  public static extern void set_SamlpResponse_majorVersion(IntPtr jarg1, int jarg2);
 
1063
 
 
1064
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_majorVersion")]
 
1065
  public static extern int get_SamlpResponse_majorVersion(IntPtr jarg1);
 
1066
 
 
1067
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_minorVersion")]
 
1068
  public static extern void set_SamlpResponse_minorVersion(IntPtr jarg1, int jarg2);
 
1069
 
 
1070
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_minorVersion")]
 
1071
  public static extern int get_SamlpResponse_minorVersion(IntPtr jarg1);
 
1072
 
 
1073
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_privateKeyFile")]
 
1074
  public static extern void set_SamlpResponse_privateKeyFile(IntPtr jarg1, string jarg2);
 
1075
 
 
1076
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_privateKeyFile")]
 
1077
  public static extern string get_SamlpResponse_privateKeyFile(IntPtr jarg1);
 
1078
 
 
1079
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_recipient")]
 
1080
  public static extern void set_SamlpResponse_recipient(IntPtr jarg1, string jarg2);
 
1081
 
 
1082
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_recipient")]
 
1083
  public static extern string get_SamlpResponse_recipient(IntPtr jarg1);
 
1084
 
 
1085
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_responseId")]
 
1086
  public static extern void set_SamlpResponse_responseId(IntPtr jarg1, string jarg2);
 
1087
 
 
1088
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_responseId")]
 
1089
  public static extern string get_SamlpResponse_responseId(IntPtr jarg1);
 
1090
 
 
1091
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_signMethod")]
 
1092
  public static extern void set_SamlpResponse_signMethod(IntPtr jarg1, int jarg2);
 
1093
 
 
1094
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_signMethod")]
 
1095
  public static extern int get_SamlpResponse_signMethod(IntPtr jarg1);
 
1096
 
 
1097
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_signType")]
 
1098
  public static extern void set_SamlpResponse_signType(IntPtr jarg1, IntPtr jarg2);
 
1099
 
 
1100
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_signType")]
 
1101
  public static extern IntPtr get_SamlpResponse_signType(IntPtr jarg1);
 
1102
 
 
1103
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_assertion")]
 
1104
  public static extern void set_SamlpResponse_assertion(IntPtr jarg1, IntPtr jarg2);
 
1105
 
 
1106
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_assertion")]
 
1107
  public static extern IntPtr get_SamlpResponse_assertion(IntPtr jarg1);
 
1108
 
 
1109
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponse_status")]
 
1110
  public static extern void set_SamlpResponse_status(IntPtr jarg1, IntPtr jarg2);
 
1111
 
 
1112
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponse_status")]
 
1113
  public static extern IntPtr get_SamlpResponse_status(IntPtr jarg1);
 
1114
 
 
1115
  [DllImport("lasso", EntryPoint="CSharp_new_SamlpResponse")]
 
1116
  public static extern IntPtr new_SamlpResponse();
 
1117
 
 
1118
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlpResponse")]
 
1119
  public static extern void delete_SamlpResponse(IntPtr jarg1);
 
1120
 
 
1121
  [DllImport("lasso", EntryPoint="CSharp_SamlpResponse_dump")]
 
1122
  public static extern string SamlpResponse_dump(IntPtr jarg1);
 
1123
 
 
1124
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_certificateFile")]
 
1125
  public static extern void set_SamlpResponseAbstract_certificateFile(IntPtr jarg1, string jarg2);
 
1126
 
 
1127
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_certificateFile")]
 
1128
  public static extern string get_SamlpResponseAbstract_certificateFile(IntPtr jarg1);
 
1129
 
 
1130
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_inResponseTo")]
 
1131
  public static extern void set_SamlpResponseAbstract_inResponseTo(IntPtr jarg1, string jarg2);
 
1132
 
 
1133
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_inResponseTo")]
 
1134
  public static extern string get_SamlpResponseAbstract_inResponseTo(IntPtr jarg1);
 
1135
 
 
1136
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_issueInstant")]
 
1137
  public static extern void set_SamlpResponseAbstract_issueInstant(IntPtr jarg1, string jarg2);
 
1138
 
 
1139
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_issueInstant")]
 
1140
  public static extern string get_SamlpResponseAbstract_issueInstant(IntPtr jarg1);
 
1141
 
 
1142
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_majorVersion")]
 
1143
  public static extern void set_SamlpResponseAbstract_majorVersion(IntPtr jarg1, int jarg2);
 
1144
 
 
1145
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_majorVersion")]
 
1146
  public static extern int get_SamlpResponseAbstract_majorVersion(IntPtr jarg1);
 
1147
 
 
1148
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_minorVersion")]
 
1149
  public static extern void set_SamlpResponseAbstract_minorVersion(IntPtr jarg1, int jarg2);
 
1150
 
 
1151
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_minorVersion")]
 
1152
  public static extern int get_SamlpResponseAbstract_minorVersion(IntPtr jarg1);
 
1153
 
 
1154
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_privateKeyFile")]
 
1155
  public static extern void set_SamlpResponseAbstract_privateKeyFile(IntPtr jarg1, string jarg2);
 
1156
 
 
1157
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_privateKeyFile")]
 
1158
  public static extern string get_SamlpResponseAbstract_privateKeyFile(IntPtr jarg1);
 
1159
 
 
1160
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_recipient")]
 
1161
  public static extern void set_SamlpResponseAbstract_recipient(IntPtr jarg1, string jarg2);
 
1162
 
 
1163
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_recipient")]
 
1164
  public static extern string get_SamlpResponseAbstract_recipient(IntPtr jarg1);
 
1165
 
 
1166
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_responseId")]
 
1167
  public static extern void set_SamlpResponseAbstract_responseId(IntPtr jarg1, string jarg2);
 
1168
 
 
1169
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_responseId")]
 
1170
  public static extern string get_SamlpResponseAbstract_responseId(IntPtr jarg1);
 
1171
 
 
1172
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_signMethod")]
 
1173
  public static extern void set_SamlpResponseAbstract_signMethod(IntPtr jarg1, int jarg2);
 
1174
 
 
1175
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_signMethod")]
 
1176
  public static extern int get_SamlpResponseAbstract_signMethod(IntPtr jarg1);
 
1177
 
 
1178
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpResponseAbstract_signType")]
 
1179
  public static extern void set_SamlpResponseAbstract_signType(IntPtr jarg1, IntPtr jarg2);
 
1180
 
 
1181
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpResponseAbstract_signType")]
 
1182
  public static extern IntPtr get_SamlpResponseAbstract_signType(IntPtr jarg1);
 
1183
 
 
1184
  [DllImport("lasso", EntryPoint="CSharp_SamlpResponseAbstract_dump")]
 
1185
  public static extern string SamlpResponseAbstract_dump(IntPtr jarg1);
 
1186
 
 
1187
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpStatus_statusMessage")]
 
1188
  public static extern void set_SamlpStatus_statusMessage(IntPtr jarg1, string jarg2);
 
1189
 
 
1190
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpStatus_statusMessage")]
 
1191
  public static extern string get_SamlpStatus_statusMessage(IntPtr jarg1);
 
1192
 
 
1193
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpStatus_statusCode")]
 
1194
  public static extern void set_SamlpStatus_statusCode(IntPtr jarg1, IntPtr jarg2);
 
1195
 
 
1196
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpStatus_statusCode")]
 
1197
  public static extern IntPtr get_SamlpStatus_statusCode(IntPtr jarg1);
 
1198
 
 
1199
  [DllImport("lasso", EntryPoint="CSharp_new_SamlpStatus")]
 
1200
  public static extern IntPtr new_SamlpStatus();
 
1201
 
 
1202
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlpStatus")]
 
1203
  public static extern void delete_SamlpStatus(IntPtr jarg1);
 
1204
 
 
1205
  [DllImport("lasso", EntryPoint="CSharp_SamlpStatus_dump")]
 
1206
  public static extern string SamlpStatus_dump(IntPtr jarg1);
 
1207
 
 
1208
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpStatusCode_value")]
 
1209
  public static extern void set_SamlpStatusCode_value(IntPtr jarg1, string jarg2);
 
1210
 
 
1211
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpStatusCode_value")]
 
1212
  public static extern string get_SamlpStatusCode_value(IntPtr jarg1);
 
1213
 
 
1214
  [DllImport("lasso", EntryPoint="CSharp_set_SamlpStatusCode_statusCode")]
 
1215
  public static extern void set_SamlpStatusCode_statusCode(IntPtr jarg1, IntPtr jarg2);
 
1216
 
 
1217
  [DllImport("lasso", EntryPoint="CSharp_get_SamlpStatusCode_statusCode")]
 
1218
  public static extern IntPtr get_SamlpStatusCode_statusCode(IntPtr jarg1);
 
1219
 
 
1220
  [DllImport("lasso", EntryPoint="CSharp_new_SamlpStatusCode")]
 
1221
  public static extern IntPtr new_SamlpStatusCode();
 
1222
 
 
1223
  [DllImport("lasso", EntryPoint="CSharp_delete_SamlpStatusCode")]
 
1224
  public static extern void delete_SamlpStatusCode(IntPtr jarg1);
 
1225
 
 
1226
  [DllImport("lasso", EntryPoint="CSharp_SamlpStatusCode_dump")]
 
1227
  public static extern string SamlpStatusCode_dump(IntPtr jarg1);
 
1228
 
 
1229
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_advice")]
 
1230
  public static extern void set_LibAssertion_advice(IntPtr jarg1, IntPtr jarg2);
 
1231
 
 
1232
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_advice")]
 
1233
  public static extern IntPtr get_LibAssertion_advice(IntPtr jarg1);
 
1234
 
 
1235
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_assertionId")]
 
1236
  public static extern void set_LibAssertion_assertionId(IntPtr jarg1, string jarg2);
 
1237
 
 
1238
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_assertionId")]
 
1239
  public static extern string get_LibAssertion_assertionId(IntPtr jarg1);
 
1240
 
 
1241
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_attributeStatement")]
 
1242
  public static extern void set_LibAssertion_attributeStatement(IntPtr jarg1, IntPtr jarg2);
 
1243
 
 
1244
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_attributeStatement")]
 
1245
  public static extern IntPtr get_LibAssertion_attributeStatement(IntPtr jarg1);
 
1246
 
 
1247
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_authenticationStatement")]
 
1248
  public static extern void set_LibAssertion_authenticationStatement(IntPtr jarg1, IntPtr jarg2);
 
1249
 
 
1250
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_authenticationStatement")]
 
1251
  public static extern IntPtr get_LibAssertion_authenticationStatement(IntPtr jarg1);
 
1252
 
 
1253
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_certificateFile")]
 
1254
  public static extern void set_LibAssertion_certificateFile(IntPtr jarg1, string jarg2);
 
1255
 
 
1256
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_certificateFile")]
 
1257
  public static extern string get_LibAssertion_certificateFile(IntPtr jarg1);
 
1258
 
 
1259
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_conditions")]
 
1260
  public static extern void set_LibAssertion_conditions(IntPtr jarg1, IntPtr jarg2);
 
1261
 
 
1262
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_conditions")]
 
1263
  public static extern IntPtr get_LibAssertion_conditions(IntPtr jarg1);
 
1264
 
 
1265
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_issueInstant")]
 
1266
  public static extern void set_LibAssertion_issueInstant(IntPtr jarg1, string jarg2);
 
1267
 
 
1268
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_issueInstant")]
 
1269
  public static extern string get_LibAssertion_issueInstant(IntPtr jarg1);
 
1270
 
 
1271
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_issuer")]
 
1272
  public static extern void set_LibAssertion_issuer(IntPtr jarg1, string jarg2);
 
1273
 
 
1274
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_issuer")]
 
1275
  public static extern string get_LibAssertion_issuer(IntPtr jarg1);
 
1276
 
 
1277
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_majorVersion")]
 
1278
  public static extern void set_LibAssertion_majorVersion(IntPtr jarg1, int jarg2);
 
1279
 
 
1280
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_majorVersion")]
 
1281
  public static extern int get_LibAssertion_majorVersion(IntPtr jarg1);
 
1282
 
 
1283
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_minorVersion")]
 
1284
  public static extern void set_LibAssertion_minorVersion(IntPtr jarg1, int jarg2);
 
1285
 
 
1286
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_minorVersion")]
 
1287
  public static extern int get_LibAssertion_minorVersion(IntPtr jarg1);
 
1288
 
 
1289
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_privateKeyFile")]
 
1290
  public static extern void set_LibAssertion_privateKeyFile(IntPtr jarg1, string jarg2);
 
1291
 
 
1292
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_privateKeyFile")]
 
1293
  public static extern string get_LibAssertion_privateKeyFile(IntPtr jarg1);
 
1294
 
 
1295
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_signMethod")]
 
1296
  public static extern void set_LibAssertion_signMethod(IntPtr jarg1, int jarg2);
 
1297
 
 
1298
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_signMethod")]
 
1299
  public static extern int get_LibAssertion_signMethod(IntPtr jarg1);
 
1300
 
 
1301
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_signType")]
 
1302
  public static extern void set_LibAssertion_signType(IntPtr jarg1, IntPtr jarg2);
 
1303
 
 
1304
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_signType")]
 
1305
  public static extern IntPtr get_LibAssertion_signType(IntPtr jarg1);
 
1306
 
 
1307
  [DllImport("lasso", EntryPoint="CSharp_set_LibAssertion_subjectStatement")]
 
1308
  public static extern void set_LibAssertion_subjectStatement(IntPtr jarg1, IntPtr jarg2);
 
1309
 
 
1310
  [DllImport("lasso", EntryPoint="CSharp_get_LibAssertion_subjectStatement")]
 
1311
  public static extern IntPtr get_LibAssertion_subjectStatement(IntPtr jarg1);
 
1312
 
 
1313
  [DllImport("lasso", EntryPoint="CSharp_new_LibAssertion")]
 
1314
  public static extern IntPtr new_LibAssertion();
 
1315
 
 
1316
  [DllImport("lasso", EntryPoint="CSharp_delete_LibAssertion")]
 
1317
  public static extern void delete_LibAssertion(IntPtr jarg1);
 
1318
 
 
1319
  [DllImport("lasso", EntryPoint="CSharp_LibAssertion_newFull")]
 
1320
  public static extern IntPtr LibAssertion_newFull(string jarg1, string jarg2, string jarg3, string jarg4, string jarg5);
 
1321
 
 
1322
  [DllImport("lasso", EntryPoint="CSharp_LibAssertion_dump")]
 
1323
  public static extern string LibAssertion_dump(IntPtr jarg1);
 
1324
 
 
1325
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_affiliationId")]
 
1326
  public static extern void set_LibAuthnRequest_affiliationId(IntPtr jarg1, string jarg2);
 
1327
 
 
1328
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_affiliationId")]
 
1329
  public static extern string get_LibAuthnRequest_affiliationId(IntPtr jarg1);
 
1330
 
 
1331
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_assertionConsumerServiceId")]
 
1332
  public static extern void set_LibAuthnRequest_assertionConsumerServiceId(IntPtr jarg1, string jarg2);
 
1333
 
 
1334
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_assertionConsumerServiceId")]
 
1335
  public static extern string get_LibAuthnRequest_assertionConsumerServiceId(IntPtr jarg1);
 
1336
 
 
1337
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_consent")]
 
1338
  public static extern void set_LibAuthnRequest_consent(IntPtr jarg1, string jarg2);
 
1339
 
 
1340
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_consent")]
 
1341
  public static extern string get_LibAuthnRequest_consent(IntPtr jarg1);
 
1342
 
 
1343
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_forceAuthn")]
 
1344
  public static extern void set_LibAuthnRequest_forceAuthn(IntPtr jarg1, bool jarg2);
 
1345
 
 
1346
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_forceAuthn")]
 
1347
  public static extern bool get_LibAuthnRequest_forceAuthn(IntPtr jarg1);
 
1348
 
 
1349
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_isPassive")]
 
1350
  public static extern void set_LibAuthnRequest_isPassive(IntPtr jarg1, bool jarg2);
 
1351
 
 
1352
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_isPassive")]
 
1353
  public static extern bool get_LibAuthnRequest_isPassive(IntPtr jarg1);
 
1354
 
 
1355
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_nameIdPolicy")]
 
1356
  public static extern void set_LibAuthnRequest_nameIdPolicy(IntPtr jarg1, string jarg2);
 
1357
 
 
1358
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_nameIdPolicy")]
 
1359
  public static extern string get_LibAuthnRequest_nameIdPolicy(IntPtr jarg1);
 
1360
 
 
1361
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_protocolProfile")]
 
1362
  public static extern void set_LibAuthnRequest_protocolProfile(IntPtr jarg1, string jarg2);
 
1363
 
 
1364
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_protocolProfile")]
 
1365
  public static extern string get_LibAuthnRequest_protocolProfile(IntPtr jarg1);
 
1366
 
 
1367
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_providerId")]
 
1368
  public static extern void set_LibAuthnRequest_providerId(IntPtr jarg1, string jarg2);
 
1369
 
 
1370
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_providerId")]
 
1371
  public static extern string get_LibAuthnRequest_providerId(IntPtr jarg1);
 
1372
 
 
1373
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_relayState")]
 
1374
  public static extern void set_LibAuthnRequest_relayState(IntPtr jarg1, string jarg2);
 
1375
 
 
1376
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_relayState")]
 
1377
  public static extern string get_LibAuthnRequest_relayState(IntPtr jarg1);
 
1378
 
 
1379
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_certificateFile")]
 
1380
  public static extern void set_LibAuthnRequest_certificateFile(IntPtr jarg1, string jarg2);
 
1381
 
 
1382
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_certificateFile")]
 
1383
  public static extern string get_LibAuthnRequest_certificateFile(IntPtr jarg1);
 
1384
 
 
1385
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_issueInstant")]
 
1386
  public static extern void set_LibAuthnRequest_issueInstant(IntPtr jarg1, string jarg2);
 
1387
 
 
1388
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_issueInstant")]
 
1389
  public static extern string get_LibAuthnRequest_issueInstant(IntPtr jarg1);
 
1390
 
 
1391
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_majorVersion")]
 
1392
  public static extern void set_LibAuthnRequest_majorVersion(IntPtr jarg1, int jarg2);
 
1393
 
 
1394
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_majorVersion")]
 
1395
  public static extern int get_LibAuthnRequest_majorVersion(IntPtr jarg1);
 
1396
 
 
1397
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_minorVersion")]
 
1398
  public static extern void set_LibAuthnRequest_minorVersion(IntPtr jarg1, int jarg2);
 
1399
 
 
1400
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_minorVersion")]
 
1401
  public static extern int get_LibAuthnRequest_minorVersion(IntPtr jarg1);
 
1402
 
 
1403
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_privateKeyFile")]
 
1404
  public static extern void set_LibAuthnRequest_privateKeyFile(IntPtr jarg1, string jarg2);
 
1405
 
 
1406
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_privateKeyFile")]
 
1407
  public static extern string get_LibAuthnRequest_privateKeyFile(IntPtr jarg1);
 
1408
 
 
1409
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_requestId")]
 
1410
  public static extern void set_LibAuthnRequest_requestId(IntPtr jarg1, string jarg2);
 
1411
 
 
1412
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_requestId")]
 
1413
  public static extern string get_LibAuthnRequest_requestId(IntPtr jarg1);
 
1414
 
 
1415
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_respondWith")]
 
1416
  public static extern void set_LibAuthnRequest_respondWith(IntPtr jarg1, IntPtr jarg2);
 
1417
 
 
1418
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_respondWith")]
 
1419
  public static extern IntPtr get_LibAuthnRequest_respondWith(IntPtr jarg1);
 
1420
 
 
1421
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_signMethod")]
 
1422
  public static extern void set_LibAuthnRequest_signMethod(IntPtr jarg1, int jarg2);
 
1423
 
 
1424
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_signMethod")]
 
1425
  public static extern int get_LibAuthnRequest_signMethod(IntPtr jarg1);
 
1426
 
 
1427
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_signType")]
 
1428
  public static extern void set_LibAuthnRequest_signType(IntPtr jarg1, IntPtr jarg2);
 
1429
 
 
1430
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_signType")]
 
1431
  public static extern IntPtr get_LibAuthnRequest_signType(IntPtr jarg1);
 
1432
 
 
1433
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_extension")]
 
1434
  public static extern void set_LibAuthnRequest_extension(IntPtr jarg1, IntPtr jarg2);
 
1435
 
 
1436
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_extension")]
 
1437
  public static extern IntPtr get_LibAuthnRequest_extension(IntPtr jarg1);
 
1438
 
 
1439
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnRequest_requestAuthnContext")]
 
1440
  public static extern void set_LibAuthnRequest_requestAuthnContext(IntPtr jarg1, IntPtr jarg2);
 
1441
 
 
1442
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnRequest_requestAuthnContext")]
 
1443
  public static extern IntPtr get_LibAuthnRequest_requestAuthnContext(IntPtr jarg1);
 
1444
 
 
1445
  [DllImport("lasso", EntryPoint="CSharp_new_LibAuthnRequest")]
 
1446
  public static extern IntPtr new_LibAuthnRequest();
 
1447
 
 
1448
  [DllImport("lasso", EntryPoint="CSharp_delete_LibAuthnRequest")]
 
1449
  public static extern void delete_LibAuthnRequest(IntPtr jarg1);
 
1450
 
 
1451
  [DllImport("lasso", EntryPoint="CSharp_LibAuthnRequest_dump")]
 
1452
  public static extern string LibAuthnRequest_dump(IntPtr jarg1);
 
1453
 
 
1454
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnResponse_consent")]
 
1455
  public static extern void set_LibAuthnResponse_consent(IntPtr jarg1, string jarg2);
 
1456
 
 
1457
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnResponse_consent")]
 
1458
  public static extern string get_LibAuthnResponse_consent(IntPtr jarg1);
 
1459
 
 
1460
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnResponse_providerId")]
 
1461
  public static extern void set_LibAuthnResponse_providerId(IntPtr jarg1, string jarg2);
 
1462
 
 
1463
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnResponse_providerId")]
 
1464
  public static extern string get_LibAuthnResponse_providerId(IntPtr jarg1);
 
1465
 
 
1466
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnResponse_relayState")]
 
1467
  public static extern void set_LibAuthnResponse_relayState(IntPtr jarg1, string jarg2);
 
1468
 
 
1469
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnResponse_relayState")]
 
1470
  public static extern string get_LibAuthnResponse_relayState(IntPtr jarg1);
 
1471
 
 
1472
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnResponse_extension")]
 
1473
  public static extern void set_LibAuthnResponse_extension(IntPtr jarg1, IntPtr jarg2);
 
1474
 
 
1475
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnResponse_extension")]
 
1476
  public static extern IntPtr get_LibAuthnResponse_extension(IntPtr jarg1);
 
1477
 
 
1478
  [DllImport("lasso", EntryPoint="CSharp_set_LibAuthnResponse_status")]
 
1479
  public static extern void set_LibAuthnResponse_status(IntPtr jarg1, IntPtr jarg2);
 
1480
 
 
1481
  [DllImport("lasso", EntryPoint="CSharp_get_LibAuthnResponse_status")]
 
1482
  public static extern IntPtr get_LibAuthnResponse_status(IntPtr jarg1);
 
1483
 
 
1484
  [DllImport("lasso", EntryPoint="CSharp_new_LibAuthnResponse")]
 
1485
  public static extern IntPtr new_LibAuthnResponse(string jarg1, IntPtr jarg2);
 
1486
 
 
1487
  [DllImport("lasso", EntryPoint="CSharp_delete_LibAuthnResponse")]
 
1488
  public static extern void delete_LibAuthnResponse(IntPtr jarg1);
 
1489
 
 
1490
  [DllImport("lasso", EntryPoint="CSharp_LibAuthnResponse_dump")]
 
1491
  public static extern string LibAuthnResponse_dump(IntPtr jarg1);
 
1492
 
 
1493
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_consent")]
 
1494
  public static extern void set_LibFederationTerminationNotification_consent(IntPtr jarg1, string jarg2);
 
1495
 
 
1496
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_consent")]
 
1497
  public static extern string get_LibFederationTerminationNotification_consent(IntPtr jarg1);
 
1498
 
 
1499
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_providerId")]
 
1500
  public static extern void set_LibFederationTerminationNotification_providerId(IntPtr jarg1, string jarg2);
 
1501
 
 
1502
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_providerId")]
 
1503
  public static extern string get_LibFederationTerminationNotification_providerId(IntPtr jarg1);
 
1504
 
 
1505
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_relayState")]
 
1506
  public static extern void set_LibFederationTerminationNotification_relayState(IntPtr jarg1, string jarg2);
 
1507
 
 
1508
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_relayState")]
 
1509
  public static extern string get_LibFederationTerminationNotification_relayState(IntPtr jarg1);
 
1510
 
 
1511
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_certificateFile")]
 
1512
  public static extern void set_LibFederationTerminationNotification_certificateFile(IntPtr jarg1, string jarg2);
 
1513
 
 
1514
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_certificateFile")]
 
1515
  public static extern string get_LibFederationTerminationNotification_certificateFile(IntPtr jarg1);
 
1516
 
 
1517
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_issueInstant")]
 
1518
  public static extern void set_LibFederationTerminationNotification_issueInstant(IntPtr jarg1, string jarg2);
 
1519
 
 
1520
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_issueInstant")]
 
1521
  public static extern string get_LibFederationTerminationNotification_issueInstant(IntPtr jarg1);
 
1522
 
 
1523
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_majorVersion")]
 
1524
  public static extern void set_LibFederationTerminationNotification_majorVersion(IntPtr jarg1, int jarg2);
 
1525
 
 
1526
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_majorVersion")]
 
1527
  public static extern int get_LibFederationTerminationNotification_majorVersion(IntPtr jarg1);
 
1528
 
 
1529
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_minorVersion")]
 
1530
  public static extern void set_LibFederationTerminationNotification_minorVersion(IntPtr jarg1, int jarg2);
 
1531
 
 
1532
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_minorVersion")]
 
1533
  public static extern int get_LibFederationTerminationNotification_minorVersion(IntPtr jarg1);
 
1534
 
 
1535
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_privateKeyFile")]
 
1536
  public static extern void set_LibFederationTerminationNotification_privateKeyFile(IntPtr jarg1, string jarg2);
 
1537
 
 
1538
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_privateKeyFile")]
 
1539
  public static extern string get_LibFederationTerminationNotification_privateKeyFile(IntPtr jarg1);
 
1540
 
 
1541
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_requestId")]
 
1542
  public static extern void set_LibFederationTerminationNotification_requestId(IntPtr jarg1, string jarg2);
 
1543
 
 
1544
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_requestId")]
 
1545
  public static extern string get_LibFederationTerminationNotification_requestId(IntPtr jarg1);
 
1546
 
 
1547
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_respondWith")]
 
1548
  public static extern void set_LibFederationTerminationNotification_respondWith(IntPtr jarg1, IntPtr jarg2);
 
1549
 
 
1550
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_respondWith")]
 
1551
  public static extern IntPtr get_LibFederationTerminationNotification_respondWith(IntPtr jarg1);
 
1552
 
 
1553
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_signMethod")]
 
1554
  public static extern void set_LibFederationTerminationNotification_signMethod(IntPtr jarg1, int jarg2);
 
1555
 
 
1556
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_signMethod")]
 
1557
  public static extern int get_LibFederationTerminationNotification_signMethod(IntPtr jarg1);
 
1558
 
 
1559
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_signType")]
 
1560
  public static extern void set_LibFederationTerminationNotification_signType(IntPtr jarg1, IntPtr jarg2);
 
1561
 
 
1562
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_signType")]
 
1563
  public static extern IntPtr get_LibFederationTerminationNotification_signType(IntPtr jarg1);
 
1564
 
 
1565
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_extension")]
 
1566
  public static extern void set_LibFederationTerminationNotification_extension(IntPtr jarg1, IntPtr jarg2);
 
1567
 
 
1568
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_extension")]
 
1569
  public static extern IntPtr get_LibFederationTerminationNotification_extension(IntPtr jarg1);
 
1570
 
 
1571
  [DllImport("lasso", EntryPoint="CSharp_set_LibFederationTerminationNotification_nameIdentifier")]
 
1572
  public static extern void set_LibFederationTerminationNotification_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
1573
 
 
1574
  [DllImport("lasso", EntryPoint="CSharp_get_LibFederationTerminationNotification_nameIdentifier")]
 
1575
  public static extern IntPtr get_LibFederationTerminationNotification_nameIdentifier(IntPtr jarg1);
 
1576
 
 
1577
  [DllImport("lasso", EntryPoint="CSharp_new_LibFederationTerminationNotification")]
 
1578
  public static extern IntPtr new_LibFederationTerminationNotification();
 
1579
 
 
1580
  [DllImport("lasso", EntryPoint="CSharp_delete_LibFederationTerminationNotification")]
 
1581
  public static extern void delete_LibFederationTerminationNotification(IntPtr jarg1);
 
1582
 
 
1583
  [DllImport("lasso", EntryPoint="CSharp_LibFederationTerminationNotification_newFull")]
 
1584
  public static extern IntPtr LibFederationTerminationNotification_newFull(string jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4);
 
1585
 
 
1586
  [DllImport("lasso", EntryPoint="CSharp_LibFederationTerminationNotification_dump")]
 
1587
  public static extern string LibFederationTerminationNotification_dump(IntPtr jarg1);
 
1588
 
 
1589
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_consent")]
 
1590
  public static extern void set_LibLogoutRequest_consent(IntPtr jarg1, string jarg2);
 
1591
 
 
1592
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_consent")]
 
1593
  public static extern string get_LibLogoutRequest_consent(IntPtr jarg1);
 
1594
 
 
1595
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_notOnOrAfter")]
 
1596
  public static extern void set_LibLogoutRequest_notOnOrAfter(IntPtr jarg1, string jarg2);
 
1597
 
 
1598
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_notOnOrAfter")]
 
1599
  public static extern string get_LibLogoutRequest_notOnOrAfter(IntPtr jarg1);
 
1600
 
 
1601
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_providerId")]
 
1602
  public static extern void set_LibLogoutRequest_providerId(IntPtr jarg1, string jarg2);
 
1603
 
 
1604
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_providerId")]
 
1605
  public static extern string get_LibLogoutRequest_providerId(IntPtr jarg1);
 
1606
 
 
1607
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_relayState")]
 
1608
  public static extern void set_LibLogoutRequest_relayState(IntPtr jarg1, string jarg2);
 
1609
 
 
1610
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_relayState")]
 
1611
  public static extern string get_LibLogoutRequest_relayState(IntPtr jarg1);
 
1612
 
 
1613
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_sessionIndex")]
 
1614
  public static extern void set_LibLogoutRequest_sessionIndex(IntPtr jarg1, string jarg2);
 
1615
 
 
1616
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_sessionIndex")]
 
1617
  public static extern string get_LibLogoutRequest_sessionIndex(IntPtr jarg1);
 
1618
 
 
1619
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_certificateFile")]
 
1620
  public static extern void set_LibLogoutRequest_certificateFile(IntPtr jarg1, string jarg2);
 
1621
 
 
1622
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_certificateFile")]
 
1623
  public static extern string get_LibLogoutRequest_certificateFile(IntPtr jarg1);
 
1624
 
 
1625
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_issueInstant")]
 
1626
  public static extern void set_LibLogoutRequest_issueInstant(IntPtr jarg1, string jarg2);
 
1627
 
 
1628
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_issueInstant")]
 
1629
  public static extern string get_LibLogoutRequest_issueInstant(IntPtr jarg1);
 
1630
 
 
1631
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_majorVersion")]
 
1632
  public static extern void set_LibLogoutRequest_majorVersion(IntPtr jarg1, int jarg2);
 
1633
 
 
1634
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_majorVersion")]
 
1635
  public static extern int get_LibLogoutRequest_majorVersion(IntPtr jarg1);
 
1636
 
 
1637
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_minorVersion")]
 
1638
  public static extern void set_LibLogoutRequest_minorVersion(IntPtr jarg1, int jarg2);
 
1639
 
 
1640
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_minorVersion")]
 
1641
  public static extern int get_LibLogoutRequest_minorVersion(IntPtr jarg1);
 
1642
 
 
1643
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_privateKeyFile")]
 
1644
  public static extern void set_LibLogoutRequest_privateKeyFile(IntPtr jarg1, string jarg2);
 
1645
 
 
1646
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_privateKeyFile")]
 
1647
  public static extern string get_LibLogoutRequest_privateKeyFile(IntPtr jarg1);
 
1648
 
 
1649
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_requestId")]
 
1650
  public static extern void set_LibLogoutRequest_requestId(IntPtr jarg1, string jarg2);
 
1651
 
 
1652
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_requestId")]
 
1653
  public static extern string get_LibLogoutRequest_requestId(IntPtr jarg1);
 
1654
 
 
1655
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_respondWith")]
 
1656
  public static extern void set_LibLogoutRequest_respondWith(IntPtr jarg1, IntPtr jarg2);
 
1657
 
 
1658
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_respondWith")]
 
1659
  public static extern IntPtr get_LibLogoutRequest_respondWith(IntPtr jarg1);
 
1660
 
 
1661
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_signMethod")]
 
1662
  public static extern void set_LibLogoutRequest_signMethod(IntPtr jarg1, int jarg2);
 
1663
 
 
1664
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_signMethod")]
 
1665
  public static extern int get_LibLogoutRequest_signMethod(IntPtr jarg1);
 
1666
 
 
1667
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_signType")]
 
1668
  public static extern void set_LibLogoutRequest_signType(IntPtr jarg1, IntPtr jarg2);
 
1669
 
 
1670
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_signType")]
 
1671
  public static extern IntPtr get_LibLogoutRequest_signType(IntPtr jarg1);
 
1672
 
 
1673
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_extension")]
 
1674
  public static extern void set_LibLogoutRequest_extension(IntPtr jarg1, IntPtr jarg2);
 
1675
 
 
1676
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_extension")]
 
1677
  public static extern IntPtr get_LibLogoutRequest_extension(IntPtr jarg1);
 
1678
 
 
1679
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutRequest_nameIdentifier")]
 
1680
  public static extern void set_LibLogoutRequest_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
1681
 
 
1682
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutRequest_nameIdentifier")]
 
1683
  public static extern IntPtr get_LibLogoutRequest_nameIdentifier(IntPtr jarg1);
 
1684
 
 
1685
  [DllImport("lasso", EntryPoint="CSharp_new_LibLogoutRequest")]
 
1686
  public static extern IntPtr new_LibLogoutRequest();
 
1687
 
 
1688
  [DllImport("lasso", EntryPoint="CSharp_delete_LibLogoutRequest")]
 
1689
  public static extern void delete_LibLogoutRequest(IntPtr jarg1);
 
1690
 
 
1691
  [DllImport("lasso", EntryPoint="CSharp_LibLogoutRequest_newFull")]
 
1692
  public static extern IntPtr LibLogoutRequest_newFull(string jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4);
 
1693
 
 
1694
  [DllImport("lasso", EntryPoint="CSharp_LibLogoutRequest_dump")]
 
1695
  public static extern string LibLogoutRequest_dump(IntPtr jarg1);
 
1696
 
 
1697
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutResponse_extension")]
 
1698
  public static extern void set_LibLogoutResponse_extension(IntPtr jarg1, IntPtr jarg2);
 
1699
 
 
1700
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutResponse_extension")]
 
1701
  public static extern IntPtr get_LibLogoutResponse_extension(IntPtr jarg1);
 
1702
 
 
1703
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutResponse_providerId")]
 
1704
  public static extern void set_LibLogoutResponse_providerId(IntPtr jarg1, string jarg2);
 
1705
 
 
1706
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutResponse_providerId")]
 
1707
  public static extern string get_LibLogoutResponse_providerId(IntPtr jarg1);
 
1708
 
 
1709
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutResponse_relayState")]
 
1710
  public static extern void set_LibLogoutResponse_relayState(IntPtr jarg1, string jarg2);
 
1711
 
 
1712
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutResponse_relayState")]
 
1713
  public static extern string get_LibLogoutResponse_relayState(IntPtr jarg1);
 
1714
 
 
1715
  [DllImport("lasso", EntryPoint="CSharp_set_LibLogoutResponse_status")]
 
1716
  public static extern void set_LibLogoutResponse_status(IntPtr jarg1, IntPtr jarg2);
 
1717
 
 
1718
  [DllImport("lasso", EntryPoint="CSharp_get_LibLogoutResponse_status")]
 
1719
  public static extern IntPtr get_LibLogoutResponse_status(IntPtr jarg1);
 
1720
 
 
1721
  [DllImport("lasso", EntryPoint="CSharp_new_LibLogoutResponse")]
 
1722
  public static extern IntPtr new_LibLogoutResponse();
 
1723
 
 
1724
  [DllImport("lasso", EntryPoint="CSharp_delete_LibLogoutResponse")]
 
1725
  public static extern void delete_LibLogoutResponse(IntPtr jarg1);
 
1726
 
 
1727
  [DllImport("lasso", EntryPoint="CSharp_LibLogoutResponse_newFull")]
 
1728
  public static extern IntPtr LibLogoutResponse_newFull(string jarg1, string jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5);
 
1729
 
 
1730
  [DllImport("lasso", EntryPoint="CSharp_LibLogoutResponse_dump")]
 
1731
  public static extern string LibLogoutResponse_dump(IntPtr jarg1);
 
1732
 
 
1733
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_providerId")]
 
1734
  public static extern void set_LibRegisterNameIdentifierRequest_providerId(IntPtr jarg1, string jarg2);
 
1735
 
 
1736
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_providerId")]
 
1737
  public static extern string get_LibRegisterNameIdentifierRequest_providerId(IntPtr jarg1);
 
1738
 
 
1739
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_relayState")]
 
1740
  public static extern void set_LibRegisterNameIdentifierRequest_relayState(IntPtr jarg1, string jarg2);
 
1741
 
 
1742
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_relayState")]
 
1743
  public static extern string get_LibRegisterNameIdentifierRequest_relayState(IntPtr jarg1);
 
1744
 
 
1745
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_certificateFile")]
 
1746
  public static extern void set_LibRegisterNameIdentifierRequest_certificateFile(IntPtr jarg1, string jarg2);
 
1747
 
 
1748
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_certificateFile")]
 
1749
  public static extern string get_LibRegisterNameIdentifierRequest_certificateFile(IntPtr jarg1);
 
1750
 
 
1751
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_issueInstant")]
 
1752
  public static extern void set_LibRegisterNameIdentifierRequest_issueInstant(IntPtr jarg1, string jarg2);
 
1753
 
 
1754
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_issueInstant")]
 
1755
  public static extern string get_LibRegisterNameIdentifierRequest_issueInstant(IntPtr jarg1);
 
1756
 
 
1757
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_majorVersion")]
 
1758
  public static extern void set_LibRegisterNameIdentifierRequest_majorVersion(IntPtr jarg1, int jarg2);
 
1759
 
 
1760
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_majorVersion")]
 
1761
  public static extern int get_LibRegisterNameIdentifierRequest_majorVersion(IntPtr jarg1);
 
1762
 
 
1763
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_minorVersion")]
 
1764
  public static extern void set_LibRegisterNameIdentifierRequest_minorVersion(IntPtr jarg1, int jarg2);
 
1765
 
 
1766
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_minorVersion")]
 
1767
  public static extern int get_LibRegisterNameIdentifierRequest_minorVersion(IntPtr jarg1);
 
1768
 
 
1769
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_privateKeyFile")]
 
1770
  public static extern void set_LibRegisterNameIdentifierRequest_privateKeyFile(IntPtr jarg1, string jarg2);
 
1771
 
 
1772
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_privateKeyFile")]
 
1773
  public static extern string get_LibRegisterNameIdentifierRequest_privateKeyFile(IntPtr jarg1);
 
1774
 
 
1775
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_requestId")]
 
1776
  public static extern void set_LibRegisterNameIdentifierRequest_requestId(IntPtr jarg1, string jarg2);
 
1777
 
 
1778
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_requestId")]
 
1779
  public static extern string get_LibRegisterNameIdentifierRequest_requestId(IntPtr jarg1);
 
1780
 
 
1781
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_respondWith")]
 
1782
  public static extern void set_LibRegisterNameIdentifierRequest_respondWith(IntPtr jarg1, IntPtr jarg2);
 
1783
 
 
1784
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_respondWith")]
 
1785
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_respondWith(IntPtr jarg1);
 
1786
 
 
1787
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_signMethod")]
 
1788
  public static extern void set_LibRegisterNameIdentifierRequest_signMethod(IntPtr jarg1, int jarg2);
 
1789
 
 
1790
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_signMethod")]
 
1791
  public static extern int get_LibRegisterNameIdentifierRequest_signMethod(IntPtr jarg1);
 
1792
 
 
1793
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_signType")]
 
1794
  public static extern void set_LibRegisterNameIdentifierRequest_signType(IntPtr jarg1, IntPtr jarg2);
 
1795
 
 
1796
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_signType")]
 
1797
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_signType(IntPtr jarg1);
 
1798
 
 
1799
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_extension")]
 
1800
  public static extern void set_LibRegisterNameIdentifierRequest_extension(IntPtr jarg1, IntPtr jarg2);
 
1801
 
 
1802
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_extension")]
 
1803
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_extension(IntPtr jarg1);
 
1804
 
 
1805
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_idpProvidedNameIdentifier")]
 
1806
  public static extern void set_LibRegisterNameIdentifierRequest_idpProvidedNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
1807
 
 
1808
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_idpProvidedNameIdentifier")]
 
1809
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_idpProvidedNameIdentifier(IntPtr jarg1);
 
1810
 
 
1811
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_oldProvidedNameIdentifier")]
 
1812
  public static extern void set_LibRegisterNameIdentifierRequest_oldProvidedNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
1813
 
 
1814
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_oldProvidedNameIdentifier")]
 
1815
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_oldProvidedNameIdentifier(IntPtr jarg1);
 
1816
 
 
1817
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierRequest_spProvidedNameIdentifier")]
 
1818
  public static extern void set_LibRegisterNameIdentifierRequest_spProvidedNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
1819
 
 
1820
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierRequest_spProvidedNameIdentifier")]
 
1821
  public static extern IntPtr get_LibRegisterNameIdentifierRequest_spProvidedNameIdentifier(IntPtr jarg1);
 
1822
 
 
1823
  [DllImport("lasso", EntryPoint="CSharp_new_LibRegisterNameIdentifierRequest")]
 
1824
  public static extern IntPtr new_LibRegisterNameIdentifierRequest();
 
1825
 
 
1826
  [DllImport("lasso", EntryPoint="CSharp_delete_LibRegisterNameIdentifierRequest")]
 
1827
  public static extern void delete_LibRegisterNameIdentifierRequest(IntPtr jarg1);
 
1828
 
 
1829
  [DllImport("lasso", EntryPoint="CSharp_LibRegisterNameIdentifierRequest_newFull")]
 
1830
  public static extern IntPtr LibRegisterNameIdentifierRequest_newFull(string jarg1, IntPtr jarg2, IntPtr jarg3, IntPtr jarg4, IntPtr jarg5, int jarg6);
 
1831
 
 
1832
  [DllImport("lasso", EntryPoint="CSharp_LibRegisterNameIdentifierRequest_dump")]
 
1833
  public static extern string LibRegisterNameIdentifierRequest_dump(IntPtr jarg1);
 
1834
 
 
1835
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierResponse_extension")]
 
1836
  public static extern void set_LibRegisterNameIdentifierResponse_extension(IntPtr jarg1, IntPtr jarg2);
 
1837
 
 
1838
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierResponse_extension")]
 
1839
  public static extern IntPtr get_LibRegisterNameIdentifierResponse_extension(IntPtr jarg1);
 
1840
 
 
1841
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierResponse_providerId")]
 
1842
  public static extern void set_LibRegisterNameIdentifierResponse_providerId(IntPtr jarg1, string jarg2);
 
1843
 
 
1844
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierResponse_providerId")]
 
1845
  public static extern string get_LibRegisterNameIdentifierResponse_providerId(IntPtr jarg1);
 
1846
 
 
1847
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierResponse_relayState")]
 
1848
  public static extern void set_LibRegisterNameIdentifierResponse_relayState(IntPtr jarg1, string jarg2);
 
1849
 
 
1850
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierResponse_relayState")]
 
1851
  public static extern string get_LibRegisterNameIdentifierResponse_relayState(IntPtr jarg1);
 
1852
 
 
1853
  [DllImport("lasso", EntryPoint="CSharp_set_LibRegisterNameIdentifierResponse_status")]
 
1854
  public static extern void set_LibRegisterNameIdentifierResponse_status(IntPtr jarg1, IntPtr jarg2);
 
1855
 
 
1856
  [DllImport("lasso", EntryPoint="CSharp_get_LibRegisterNameIdentifierResponse_status")]
 
1857
  public static extern IntPtr get_LibRegisterNameIdentifierResponse_status(IntPtr jarg1);
 
1858
 
 
1859
  [DllImport("lasso", EntryPoint="CSharp_new_LibRegisterNameIdentifierResponse")]
 
1860
  public static extern IntPtr new_LibRegisterNameIdentifierResponse();
 
1861
 
 
1862
  [DllImport("lasso", EntryPoint="CSharp_delete_LibRegisterNameIdentifierResponse")]
 
1863
  public static extern void delete_LibRegisterNameIdentifierResponse(IntPtr jarg1);
 
1864
 
 
1865
  [DllImport("lasso", EntryPoint="CSharp_LibRegisterNameIdentifierResponse_newFull")]
 
1866
  public static extern IntPtr LibRegisterNameIdentifierResponse_newFull(string jarg1, string jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5);
 
1867
 
 
1868
  [DllImport("lasso", EntryPoint="CSharp_LibRegisterNameIdentifierResponse_dump")]
 
1869
  public static extern string LibRegisterNameIdentifierResponse_dump(IntPtr jarg1);
 
1870
 
 
1871
  [DllImport("lasso", EntryPoint="CSharp_set_LibRequestAuthnContext_authnContextComparison")]
 
1872
  public static extern void set_LibRequestAuthnContext_authnContextComparison(IntPtr jarg1, string jarg2);
 
1873
 
 
1874
  [DllImport("lasso", EntryPoint="CSharp_get_LibRequestAuthnContext_authnContextComparison")]
 
1875
  public static extern string get_LibRequestAuthnContext_authnContextComparison(IntPtr jarg1);
 
1876
 
 
1877
  [DllImport("lasso", EntryPoint="CSharp_set_LibRequestAuthnContext_authnContextClassRef")]
 
1878
  public static extern void set_LibRequestAuthnContext_authnContextClassRef(IntPtr jarg1, IntPtr jarg2);
 
1879
 
 
1880
  [DllImport("lasso", EntryPoint="CSharp_get_LibRequestAuthnContext_authnContextClassRef")]
 
1881
  public static extern IntPtr get_LibRequestAuthnContext_authnContextClassRef(IntPtr jarg1);
 
1882
 
 
1883
  [DllImport("lasso", EntryPoint="CSharp_set_LibRequestAuthnContext_authnContextStatementRef")]
 
1884
  public static extern void set_LibRequestAuthnContext_authnContextStatementRef(IntPtr jarg1, IntPtr jarg2);
 
1885
 
 
1886
  [DllImport("lasso", EntryPoint="CSharp_get_LibRequestAuthnContext_authnContextStatementRef")]
 
1887
  public static extern IntPtr get_LibRequestAuthnContext_authnContextStatementRef(IntPtr jarg1);
 
1888
 
 
1889
  [DllImport("lasso", EntryPoint="CSharp_new_LibRequestAuthnContext")]
 
1890
  public static extern IntPtr new_LibRequestAuthnContext();
 
1891
 
 
1892
  [DllImport("lasso", EntryPoint="CSharp_delete_LibRequestAuthnContext")]
 
1893
  public static extern void delete_LibRequestAuthnContext(IntPtr jarg1);
 
1894
 
 
1895
  [DllImport("lasso", EntryPoint="CSharp_LibRequestAuthnContext_dump")]
 
1896
  public static extern string LibRequestAuthnContext_dump(IntPtr jarg1);
 
1897
 
 
1898
  [DllImport("lasso", EntryPoint="CSharp_set_LibStatusResponse_providerId")]
 
1899
  public static extern void set_LibStatusResponse_providerId(IntPtr jarg1, string jarg2);
 
1900
 
 
1901
  [DllImport("lasso", EntryPoint="CSharp_get_LibStatusResponse_providerId")]
 
1902
  public static extern string get_LibStatusResponse_providerId(IntPtr jarg1);
 
1903
 
 
1904
  [DllImport("lasso", EntryPoint="CSharp_set_LibStatusResponse_relayState")]
 
1905
  public static extern void set_LibStatusResponse_relayState(IntPtr jarg1, string jarg2);
 
1906
 
 
1907
  [DllImport("lasso", EntryPoint="CSharp_get_LibStatusResponse_relayState")]
 
1908
  public static extern string get_LibStatusResponse_relayState(IntPtr jarg1);
 
1909
 
 
1910
  [DllImport("lasso", EntryPoint="CSharp_set_LibStatusResponse_extension")]
 
1911
  public static extern void set_LibStatusResponse_extension(IntPtr jarg1, IntPtr jarg2);
 
1912
 
 
1913
  [DllImport("lasso", EntryPoint="CSharp_get_LibStatusResponse_extension")]
 
1914
  public static extern IntPtr get_LibStatusResponse_extension(IntPtr jarg1);
 
1915
 
 
1916
  [DllImport("lasso", EntryPoint="CSharp_set_LibStatusResponse_status")]
 
1917
  public static extern void set_LibStatusResponse_status(IntPtr jarg1, IntPtr jarg2);
 
1918
 
 
1919
  [DllImport("lasso", EntryPoint="CSharp_get_LibStatusResponse_status")]
 
1920
  public static extern IntPtr get_LibStatusResponse_status(IntPtr jarg1);
 
1921
 
 
1922
  [DllImport("lasso", EntryPoint="CSharp_new_LibStatusResponse")]
 
1923
  public static extern IntPtr new_LibStatusResponse();
 
1924
 
 
1925
  [DllImport("lasso", EntryPoint="CSharp_delete_LibStatusResponse")]
 
1926
  public static extern void delete_LibStatusResponse(IntPtr jarg1);
 
1927
 
 
1928
  [DllImport("lasso", EntryPoint="CSharp_LibStatusResponse_dump")]
 
1929
  public static extern string LibStatusResponse_dump(IntPtr jarg1);
 
1930
 
 
1931
  [DllImport("lasso", EntryPoint="CSharp_set_Provider_caCertChain")]
 
1932
  public static extern void set_Provider_caCertChain(IntPtr jarg1, string jarg2);
 
1933
 
 
1934
  [DllImport("lasso", EntryPoint="CSharp_get_Provider_caCertChain")]
 
1935
  public static extern string get_Provider_caCertChain(IntPtr jarg1);
 
1936
 
 
1937
  [DllImport("lasso", EntryPoint="CSharp_set_Provider_metadataFilename")]
 
1938
  public static extern void set_Provider_metadataFilename(IntPtr jarg1, string jarg2);
 
1939
 
 
1940
  [DllImport("lasso", EntryPoint="CSharp_get_Provider_metadataFilename")]
 
1941
  public static extern string get_Provider_metadataFilename(IntPtr jarg1);
 
1942
 
 
1943
  [DllImport("lasso", EntryPoint="CSharp_set_Provider_providerId")]
 
1944
  public static extern void set_Provider_providerId(IntPtr jarg1, string jarg2);
 
1945
 
 
1946
  [DllImport("lasso", EntryPoint="CSharp_get_Provider_providerId")]
 
1947
  public static extern string get_Provider_providerId(IntPtr jarg1);
 
1948
 
 
1949
  [DllImport("lasso", EntryPoint="CSharp_set_Provider_publicKey")]
 
1950
  public static extern void set_Provider_publicKey(IntPtr jarg1, string jarg2);
 
1951
 
 
1952
  [DllImport("lasso", EntryPoint="CSharp_get_Provider_publicKey")]
 
1953
  public static extern string get_Provider_publicKey(IntPtr jarg1);
 
1954
 
 
1955
  [DllImport("lasso", EntryPoint="CSharp_set_Provider_role")]
 
1956
  public static extern void set_Provider_role(IntPtr jarg1, int jarg2);
 
1957
 
 
1958
  [DllImport("lasso", EntryPoint="CSharp_get_Provider_role")]
 
1959
  public static extern int get_Provider_role(IntPtr jarg1);
 
1960
 
 
1961
  [DllImport("lasso", EntryPoint="CSharp_new_Provider")]
 
1962
  public static extern IntPtr new_Provider(int jarg1, string jarg2, string jarg3, string jarg4);
 
1963
 
 
1964
  [DllImport("lasso", EntryPoint="CSharp_delete_Provider")]
 
1965
  public static extern void delete_Provider(IntPtr jarg1);
 
1966
 
 
1967
  [DllImport("lasso", EntryPoint="CSharp_Provider_newFromDump")]
 
1968
  public static extern IntPtr Provider_newFromDump(string jarg1);
 
1969
 
 
1970
  [DllImport("lasso", EntryPoint="CSharp_Provider_dump")]
 
1971
  public static extern string Provider_dump(IntPtr jarg1);
 
1972
 
 
1973
  [DllImport("lasso", EntryPoint="CSharp_Provider_acceptHttpMethod")]
 
1974
  public static extern bool Provider_acceptHttpMethod(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4, bool jarg5);
 
1975
 
 
1976
  [DllImport("lasso", EntryPoint="CSharp_Provider_getAssertionConsumerServiceUrl")]
 
1977
  public static extern string Provider_getAssertionConsumerServiceUrl(IntPtr jarg1, string jarg2);
 
1978
 
 
1979
  [DllImport("lasso", EntryPoint="CSharp_Provider_getBase64SuccinctId")]
 
1980
  public static extern string Provider_getBase64SuccinctId(IntPtr jarg1);
 
1981
 
 
1982
  [DllImport("lasso", EntryPoint="CSharp_Provider_getOrganization")]
 
1983
  public static extern string Provider_getOrganization(IntPtr jarg1);
 
1984
 
 
1985
  [DllImport("lasso", EntryPoint="CSharp_Provider_getFirstHttpMethod")]
 
1986
  public static extern int Provider_getFirstHttpMethod(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3);
 
1987
 
 
1988
  [DllImport("lasso", EntryPoint="CSharp_Provider_getMetadataOne")]
 
1989
  public static extern string Provider_getMetadataOne(IntPtr jarg1, string jarg2);
 
1990
 
 
1991
  [DllImport("lasso", EntryPoint="CSharp_Provider_hasProtocolProfile")]
 
1992
  public static extern bool Provider_hasProtocolProfile(IntPtr jarg1, IntPtr jarg2, string jarg3);
 
1993
 
 
1994
  [DllImport("lasso", EntryPoint="CSharp_set_Server_certificate")]
 
1995
  public static extern void set_Server_certificate(IntPtr jarg1, string jarg2);
 
1996
 
 
1997
  [DllImport("lasso", EntryPoint="CSharp_get_Server_certificate")]
 
1998
  public static extern string get_Server_certificate(IntPtr jarg1);
 
1999
 
 
2000
  [DllImport("lasso", EntryPoint="CSharp_set_Server_privateKey")]
 
2001
  public static extern void set_Server_privateKey(IntPtr jarg1, string jarg2);
 
2002
 
 
2003
  [DllImport("lasso", EntryPoint="CSharp_get_Server_privateKey")]
 
2004
  public static extern string get_Server_privateKey(IntPtr jarg1);
 
2005
 
 
2006
  [DllImport("lasso", EntryPoint="CSharp_set_Server_privateKeyPassword")]
 
2007
  public static extern void set_Server_privateKeyPassword(IntPtr jarg1, string jarg2);
 
2008
 
 
2009
  [DllImport("lasso", EntryPoint="CSharp_get_Server_privateKeyPassword")]
 
2010
  public static extern string get_Server_privateKeyPassword(IntPtr jarg1);
 
2011
 
 
2012
  [DllImport("lasso", EntryPoint="CSharp_set_Server_signatureMethod")]
 
2013
  public static extern void set_Server_signatureMethod(IntPtr jarg1, int jarg2);
 
2014
 
 
2015
  [DllImport("lasso", EntryPoint="CSharp_get_Server_signatureMethod")]
 
2016
  public static extern int get_Server_signatureMethod(IntPtr jarg1);
 
2017
 
 
2018
  [DllImport("lasso", EntryPoint="CSharp_set_Server_caCertChain")]
 
2019
  public static extern void set_Server_caCertChain(IntPtr jarg1, string jarg2);
 
2020
 
 
2021
  [DllImport("lasso", EntryPoint="CSharp_get_Server_caCertChain")]
 
2022
  public static extern string get_Server_caCertChain(IntPtr jarg1);
 
2023
 
 
2024
  [DllImport("lasso", EntryPoint="CSharp_set_Server_metadataFilename")]
 
2025
  public static extern void set_Server_metadataFilename(IntPtr jarg1, string jarg2);
 
2026
 
 
2027
  [DllImport("lasso", EntryPoint="CSharp_get_Server_metadataFilename")]
 
2028
  public static extern string get_Server_metadataFilename(IntPtr jarg1);
 
2029
 
 
2030
  [DllImport("lasso", EntryPoint="CSharp_set_Server_providerId")]
 
2031
  public static extern void set_Server_providerId(IntPtr jarg1, string jarg2);
406
2032
 
407
2033
  [DllImport("lasso", EntryPoint="CSharp_get_Server_providerId")]
408
2034
  public static extern string get_Server_providerId(IntPtr jarg1);
409
2035
 
 
2036
  [DllImport("lasso", EntryPoint="CSharp_set_Server_publicKey")]
 
2037
  public static extern void set_Server_publicKey(IntPtr jarg1, string jarg2);
 
2038
 
 
2039
  [DllImport("lasso", EntryPoint="CSharp_get_Server_publicKey")]
 
2040
  public static extern string get_Server_publicKey(IntPtr jarg1);
 
2041
 
 
2042
  [DllImport("lasso", EntryPoint="CSharp_get_Server_providerIds")]
 
2043
  public static extern IntPtr get_Server_providerIds(IntPtr jarg1);
 
2044
 
410
2045
  [DllImport("lasso", EntryPoint="CSharp_new_Server")]
411
 
  public static extern IntPtr new_Server(string jarg1, string jarg2, string jarg3, string jarg4, int jarg5);
 
2046
  public static extern IntPtr new_Server(string jarg1, string jarg2, string jarg3, string jarg4);
412
2047
 
413
2048
  [DllImport("lasso", EntryPoint="CSharp_delete_Server")]
414
2049
  public static extern void delete_Server(IntPtr jarg1);
416
2051
  [DllImport("lasso", EntryPoint="CSharp_Server_newFromDump")]
417
2052
  public static extern IntPtr Server_newFromDump(string jarg1);
418
2053
 
 
2054
  [DllImport("lasso", EntryPoint="CSharp_Server_acceptHttpMethod")]
 
2055
  public static extern bool Server_acceptHttpMethod(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4, bool jarg5);
 
2056
 
 
2057
  [DllImport("lasso", EntryPoint="CSharp_Server_getAssertionConsumerServiceUrl")]
 
2058
  public static extern string Server_getAssertionConsumerServiceUrl(IntPtr jarg1, string jarg2);
 
2059
 
 
2060
  [DllImport("lasso", EntryPoint="CSharp_Server_getBase64SuccinctId")]
 
2061
  public static extern string Server_getBase64SuccinctId(IntPtr jarg1);
 
2062
 
 
2063
  [DllImport("lasso", EntryPoint="CSharp_Server_getOrganization")]
 
2064
  public static extern string Server_getOrganization(IntPtr jarg1);
 
2065
 
 
2066
  [DllImport("lasso", EntryPoint="CSharp_Server_getFirstHttpMethod")]
 
2067
  public static extern int Server_getFirstHttpMethod(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3);
 
2068
 
 
2069
  [DllImport("lasso", EntryPoint="CSharp_Server_getMetadataOne")]
 
2070
  public static extern string Server_getMetadataOne(IntPtr jarg1, string jarg2);
 
2071
 
 
2072
  [DllImport("lasso", EntryPoint="CSharp_Server_hasProtocolProfile")]
 
2073
  public static extern bool Server_hasProtocolProfile(IntPtr jarg1, IntPtr jarg2, string jarg3);
 
2074
 
419
2075
  [DllImport("lasso", EntryPoint="CSharp_Server_addProvider")]
420
 
  public static extern void Server_addProvider(IntPtr jarg1, string jarg2, string jarg3, string jarg4);
 
2076
  public static extern int Server_addProvider(IntPtr jarg1, int jarg2, string jarg3, string jarg4, string jarg5);
421
2077
 
422
2078
  [DllImport("lasso", EntryPoint="CSharp_Server_dump")]
423
2079
  public static extern string Server_dump(IntPtr jarg1);
424
2080
 
 
2081
  [DllImport("lasso", EntryPoint="CSharp_Server_getProvider")]
 
2082
  public static extern IntPtr Server_getProvider(IntPtr jarg1, string jarg2);
 
2083
 
 
2084
  [DllImport("lasso", EntryPoint="CSharp_set_Federation_remoteProviderId")]
 
2085
  public static extern void set_Federation_remoteProviderId(IntPtr jarg1, string jarg2);
 
2086
 
 
2087
  [DllImport("lasso", EntryPoint="CSharp_get_Federation_remoteProviderId")]
 
2088
  public static extern string get_Federation_remoteProviderId(IntPtr jarg1);
 
2089
 
 
2090
  [DllImport("lasso", EntryPoint="CSharp_set_Federation_localNameIdentifier")]
 
2091
  public static extern void set_Federation_localNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2092
 
 
2093
  [DllImport("lasso", EntryPoint="CSharp_get_Federation_localNameIdentifier")]
 
2094
  public static extern IntPtr get_Federation_localNameIdentifier(IntPtr jarg1);
 
2095
 
 
2096
  [DllImport("lasso", EntryPoint="CSharp_set_Federation_remoteNameIdentifier")]
 
2097
  public static extern void set_Federation_remoteNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2098
 
 
2099
  [DllImport("lasso", EntryPoint="CSharp_get_Federation_remoteNameIdentifier")]
 
2100
  public static extern IntPtr get_Federation_remoteNameIdentifier(IntPtr jarg1);
 
2101
 
 
2102
  [DllImport("lasso", EntryPoint="CSharp_new_Federation")]
 
2103
  public static extern IntPtr new_Federation(string jarg1);
 
2104
 
 
2105
  [DllImport("lasso", EntryPoint="CSharp_delete_Federation")]
 
2106
  public static extern void delete_Federation(IntPtr jarg1);
 
2107
 
 
2108
  [DllImport("lasso", EntryPoint="CSharp_Federation_dump")]
 
2109
  public static extern string Federation_dump(IntPtr jarg1);
 
2110
 
 
2111
  [DllImport("lasso", EntryPoint="CSharp_Federation_buildLocalNameIdentifier")]
 
2112
  public static extern void Federation_buildLocalNameIdentifier(IntPtr jarg1, string jarg2, string jarg3, string jarg4);
 
2113
 
 
2114
  [DllImport("lasso", EntryPoint="CSharp_Federation_verifyNameIdentifier")]
 
2115
  public static extern bool Federation_verifyNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2116
 
425
2117
  [DllImport("lasso", EntryPoint="CSharp_get_Identity_isDirty")]
426
2118
  public static extern bool get_Identity_isDirty(IntPtr jarg1);
427
2119
 
 
2120
  [DllImport("lasso", EntryPoint="CSharp_get_Identity_providerIds")]
 
2121
  public static extern IntPtr get_Identity_providerIds(IntPtr jarg1);
 
2122
 
428
2123
  [DllImport("lasso", EntryPoint="CSharp_new_Identity")]
429
2124
  public static extern IntPtr new_Identity();
430
2125
 
437
2132
  [DllImport("lasso", EntryPoint="CSharp_Identity_dump")]
438
2133
  public static extern string Identity_dump(IntPtr jarg1);
439
2134
 
 
2135
  [DllImport("lasso", EntryPoint="CSharp_Identity_getFederation")]
 
2136
  public static extern IntPtr Identity_getFederation(IntPtr jarg1, string jarg2);
 
2137
 
440
2138
  [DllImport("lasso", EntryPoint="CSharp_get_Session_isDirty")]
441
2139
  public static extern bool get_Session_isDirty(IntPtr jarg1);
442
2140
 
 
2141
  [DllImport("lasso", EntryPoint="CSharp_get_Session_providerIds")]
 
2142
  public static extern IntPtr get_Session_providerIds(IntPtr jarg1);
 
2143
 
443
2144
  [DllImport("lasso", EntryPoint="CSharp_new_Session")]
444
2145
  public static extern IntPtr new_Session();
445
2146
 
452
2153
  [DllImport("lasso", EntryPoint="CSharp_Session_dump")]
453
2154
  public static extern string Session_dump(IntPtr jarg1);
454
2155
 
455
 
  [DllImport("lasso", EntryPoint="CSharp_Session_getAuthenticationMethod")]
456
 
  public static extern string Session_getAuthenticationMethod(IntPtr jarg1, string jarg2);
 
2156
  [DllImport("lasso", EntryPoint="CSharp_Session_getAssertions")]
 
2157
  public static extern IntPtr Session_getAssertions(IntPtr jarg1, string jarg2);
457
2158
 
458
2159
  [DllImport("lasso", EntryPoint="CSharp_getRequestTypeFromSoapMsg")]
459
2160
  public static extern int getRequestTypeFromSoapMsg(string jarg1);
460
2161
 
 
2162
  [DllImport("lasso", EntryPoint="CSharp_isLibertyQuery")]
 
2163
  public static extern bool isLibertyQuery(string jarg1);
 
2164
 
461
2165
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_identity")]
462
2166
  public static extern void set_Defederation_identity(IntPtr jarg1, IntPtr jarg2);
463
2167
 
479
2183
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_msgUrl")]
480
2184
  public static extern string get_Defederation_msgUrl(IntPtr jarg1);
481
2185
 
 
2186
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_nameIdentifier")]
 
2187
  public static extern void set_Defederation_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2188
 
482
2189
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_nameIdentifier")]
483
 
  public static extern string get_Defederation_nameIdentifier(IntPtr jarg1);
 
2190
  public static extern IntPtr get_Defederation_nameIdentifier(IntPtr jarg1);
484
2191
 
485
2192
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_remoteProviderId")]
486
2193
  public static extern void set_Defederation_remoteProviderId(IntPtr jarg1, string jarg2);
488
2195
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_remoteProviderId")]
489
2196
  public static extern string get_Defederation_remoteProviderId(IntPtr jarg1);
490
2197
 
 
2198
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_request")]
 
2199
  public static extern void set_Defederation_request(IntPtr jarg1, IntPtr jarg2);
 
2200
 
491
2201
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_request")]
492
2202
  public static extern IntPtr get_Defederation_request(IntPtr jarg1);
493
2203
 
 
2204
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_response")]
 
2205
  public static extern void set_Defederation_response(IntPtr jarg1, IntPtr jarg2);
 
2206
 
 
2207
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_response")]
 
2208
  public static extern IntPtr get_Defederation_response(IntPtr jarg1);
 
2209
 
 
2210
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_server")]
 
2211
  public static extern void set_Defederation_server(IntPtr jarg1, IntPtr jarg2);
 
2212
 
 
2213
  [DllImport("lasso", EntryPoint="CSharp_get_Defederation_server")]
 
2214
  public static extern IntPtr get_Defederation_server(IntPtr jarg1);
 
2215
 
494
2216
  [DllImport("lasso", EntryPoint="CSharp_set_Defederation_session")]
495
2217
  public static extern void set_Defederation_session(IntPtr jarg1, IntPtr jarg2);
496
2218
 
498
2220
  public static extern IntPtr get_Defederation_session(IntPtr jarg1);
499
2221
 
500
2222
  [DllImport("lasso", EntryPoint="CSharp_new_Defederation")]
501
 
  public static extern IntPtr new_Defederation(IntPtr jarg1, int jarg2);
 
2223
  public static extern IntPtr new_Defederation(IntPtr jarg1);
502
2224
 
503
2225
  [DllImport("lasso", EntryPoint="CSharp_delete_Defederation")]
504
2226
  public static extern void delete_Defederation(IntPtr jarg1);
505
2227
 
506
2228
  [DllImport("lasso", EntryPoint="CSharp_Defederation_setIdentityFromDump")]
507
 
  public static extern void Defederation_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2229
  public static extern int Defederation_setIdentityFromDump(IntPtr jarg1, string jarg2);
508
2230
 
509
2231
  [DllImport("lasso", EntryPoint="CSharp_Defederation_setSessionFromDump")]
510
 
  public static extern void Defederation_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2232
  public static extern int Defederation_setSessionFromDump(IntPtr jarg1, string jarg2);
511
2233
 
512
2234
  [DllImport("lasso", EntryPoint="CSharp_Defederation_buildNotificationMsg")]
513
 
  public static extern void Defederation_buildNotificationMsg(IntPtr jarg1);
 
2235
  public static extern int Defederation_buildNotificationMsg(IntPtr jarg1);
514
2236
 
515
2237
  [DllImport("lasso", EntryPoint="CSharp_Defederation_initNotification")]
516
 
  public static extern void Defederation_initNotification(IntPtr jarg1, string jarg2, int jarg3);
 
2238
  public static extern int Defederation_initNotification(IntPtr jarg1, string jarg2, int jarg3);
517
2239
 
518
2240
  [DllImport("lasso", EntryPoint="CSharp_Defederation_processNotificationMsg")]
519
 
  public static extern void Defederation_processNotificationMsg(IntPtr jarg1, string jarg2, int jarg3);
 
2241
  public static extern int Defederation_processNotificationMsg(IntPtr jarg1, string jarg2);
520
2242
 
521
2243
  [DllImport("lasso", EntryPoint="CSharp_Defederation_validateNotification")]
522
 
  public static extern void Defederation_validateNotification(IntPtr jarg1);
 
2244
  public static extern int Defederation_validateNotification(IntPtr jarg1);
523
2245
 
524
2246
  [DllImport("lasso", EntryPoint="CSharp_get_Login_assertionArtifact")]
525
2247
  public static extern string get_Login_assertionArtifact(IntPtr jarg1);
527
2249
  [DllImport("lasso", EntryPoint="CSharp_get_Login_protocolProfile")]
528
2250
  public static extern int get_Login_protocolProfile(IntPtr jarg1);
529
2251
 
530
 
  [DllImport("lasso", EntryPoint="CSharp_get_Login_authnRequest")]
531
 
  public static extern IntPtr get_Login_authnRequest(IntPtr jarg1);
532
 
 
533
 
  [DllImport("lasso", EntryPoint="CSharp_get_Login_authnResponse")]
534
 
  public static extern IntPtr get_Login_authnResponse(IntPtr jarg1);
535
 
 
536
2252
  [DllImport("lasso", EntryPoint="CSharp_set_Login_identity")]
537
2253
  public static extern void set_Login_identity(IntPtr jarg1, IntPtr jarg2);
538
2254
 
554
2270
  [DllImport("lasso", EntryPoint="CSharp_get_Login_msgUrl")]
555
2271
  public static extern string get_Login_msgUrl(IntPtr jarg1);
556
2272
 
 
2273
  [DllImport("lasso", EntryPoint="CSharp_set_Login_nameIdentifier")]
 
2274
  public static extern void set_Login_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2275
 
557
2276
  [DllImport("lasso", EntryPoint="CSharp_get_Login_nameIdentifier")]
558
 
  public static extern string get_Login_nameIdentifier(IntPtr jarg1);
 
2277
  public static extern IntPtr get_Login_nameIdentifier(IntPtr jarg1);
559
2278
 
560
2279
  [DllImport("lasso", EntryPoint="CSharp_set_Login_remoteProviderId")]
561
2280
  public static extern void set_Login_remoteProviderId(IntPtr jarg1, string jarg2);
563
2282
  [DllImport("lasso", EntryPoint="CSharp_get_Login_remoteProviderId")]
564
2283
  public static extern string get_Login_remoteProviderId(IntPtr jarg1);
565
2284
 
 
2285
  [DllImport("lasso", EntryPoint="CSharp_set_Login_request")]
 
2286
  public static extern void set_Login_request(IntPtr jarg1, IntPtr jarg2);
 
2287
 
566
2288
  [DllImport("lasso", EntryPoint="CSharp_get_Login_request")]
567
2289
  public static extern IntPtr get_Login_request(IntPtr jarg1);
568
2290
 
 
2291
  [DllImport("lasso", EntryPoint="CSharp_set_Login_response")]
 
2292
  public static extern void set_Login_response(IntPtr jarg1, IntPtr jarg2);
 
2293
 
569
2294
  [DllImport("lasso", EntryPoint="CSharp_get_Login_response")]
570
2295
  public static extern IntPtr get_Login_response(IntPtr jarg1);
571
2296
 
572
 
  [DllImport("lasso", EntryPoint="CSharp_set_Login_responseStatus")]
573
 
  public static extern void set_Login_responseStatus(IntPtr jarg1, string jarg2);
 
2297
  [DllImport("lasso", EntryPoint="CSharp_set_Login_server")]
 
2298
  public static extern void set_Login_server(IntPtr jarg1, IntPtr jarg2);
574
2299
 
575
 
  [DllImport("lasso", EntryPoint="CSharp_get_Login_responseStatus")]
576
 
  public static extern string get_Login_responseStatus(IntPtr jarg1);
 
2300
  [DllImport("lasso", EntryPoint="CSharp_get_Login_server")]
 
2301
  public static extern IntPtr get_Login_server(IntPtr jarg1);
577
2302
 
578
2303
  [DllImport("lasso", EntryPoint="CSharp_set_Login_session")]
579
2304
  public static extern void set_Login_session(IntPtr jarg1, IntPtr jarg2);
581
2306
  [DllImport("lasso", EntryPoint="CSharp_get_Login_session")]
582
2307
  public static extern IntPtr get_Login_session(IntPtr jarg1);
583
2308
 
584
 
  [DllImport("lasso", EntryPoint="CSharp_set_Login_assertion")]
585
 
  public static extern void set_Login_assertion(IntPtr jarg1, IntPtr jarg2);
586
 
 
587
 
  [DllImport("lasso", EntryPoint="CSharp_get_Login_assertion")]
588
 
  public static extern IntPtr get_Login_assertion(IntPtr jarg1);
589
 
 
590
2309
  [DllImport("lasso", EntryPoint="CSharp_new_Login")]
591
2310
  public static extern IntPtr new_Login(IntPtr jarg1);
592
2311
 
596
2315
  [DllImport("lasso", EntryPoint="CSharp_Login_newFromDump")]
597
2316
  public static extern IntPtr Login_newFromDump(IntPtr jarg1, string jarg2);
598
2317
 
599
 
  [DllImport("lasso", EntryPoint="CSharp_Login_setAssertionFromDump")]
600
 
  public static extern void Login_setAssertionFromDump(IntPtr jarg1, string jarg2);
601
 
 
602
2318
  [DllImport("lasso", EntryPoint="CSharp_Login_setIdentityFromDump")]
603
 
  public static extern void Login_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2319
  public static extern int Login_setIdentityFromDump(IntPtr jarg1, string jarg2);
604
2320
 
605
2321
  [DllImport("lasso", EntryPoint="CSharp_Login_setSessionFromDump")]
606
 
  public static extern void Login_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2322
  public static extern int Login_setSessionFromDump(IntPtr jarg1, string jarg2);
607
2323
 
608
2324
  [DllImport("lasso", EntryPoint="CSharp_Login_acceptSso")]
609
 
  public static extern void Login_acceptSso(IntPtr jarg1);
 
2325
  public static extern int Login_acceptSso(IntPtr jarg1);
610
2326
 
611
2327
  [DllImport("lasso", EntryPoint="CSharp_Login_buildArtifactMsg")]
612
 
  public static extern void Login_buildArtifactMsg(IntPtr jarg1, int jarg2, string jarg3, string jarg4, int jarg5);
 
2328
  public static extern int Login_buildArtifactMsg(IntPtr jarg1, int jarg2);
 
2329
 
 
2330
  [DllImport("lasso", EntryPoint="CSharp_Login_buildAssertion")]
 
2331
  public static extern int Login_buildAssertion(IntPtr jarg1, string jarg2, string jarg3, string jarg4, string jarg5, string jarg6);
613
2332
 
614
2333
  [DllImport("lasso", EntryPoint="CSharp_Login_buildAuthnRequestMsg")]
615
 
  public static extern void Login_buildAuthnRequestMsg(IntPtr jarg1, string jarg2);
 
2334
  public static extern int Login_buildAuthnRequestMsg(IntPtr jarg1);
616
2335
 
617
2336
  [DllImport("lasso", EntryPoint="CSharp_Login_buildAuthnResponseMsg")]
618
 
  public static extern void Login_buildAuthnResponseMsg(IntPtr jarg1, int jarg2, string jarg3, string jarg4);
 
2337
  public static extern int Login_buildAuthnResponseMsg(IntPtr jarg1);
619
2338
 
620
2339
  [DllImport("lasso", EntryPoint="CSharp_Login_buildRequestMsg")]
621
 
  public static extern void Login_buildRequestMsg(IntPtr jarg1);
 
2340
  public static extern int Login_buildRequestMsg(IntPtr jarg1);
622
2341
 
623
2342
  [DllImport("lasso", EntryPoint="CSharp_Login_buildResponseMsg")]
624
 
  public static extern void Login_buildResponseMsg(IntPtr jarg1);
 
2343
  public static extern int Login_buildResponseMsg(IntPtr jarg1, string jarg2);
625
2344
 
626
2345
  [DllImport("lasso", EntryPoint="CSharp_Login_dump")]
627
2346
  public static extern string Login_dump(IntPtr jarg1);
628
2347
 
629
2348
  [DllImport("lasso", EntryPoint="CSharp_Login_initAuthnRequest")]
630
 
  public static extern void Login_initAuthnRequest(IntPtr jarg1, int jarg2);
631
 
 
632
 
  [DllImport("lasso", EntryPoint="CSharp_Login_initFromAuthnRequestMsg")]
633
 
  public static extern void Login_initFromAuthnRequestMsg(IntPtr jarg1, string jarg2, int jarg3);
 
2349
  public static extern int Login_initAuthnRequest(IntPtr jarg1, string jarg2, int jarg3);
634
2350
 
635
2351
  [DllImport("lasso", EntryPoint="CSharp_Login_initRequest")]
636
 
  public static extern void Login_initRequest(IntPtr jarg1, string jarg2, int jarg3);
 
2352
  public static extern int Login_initRequest(IntPtr jarg1, string jarg2, int jarg3);
 
2353
 
 
2354
  [DllImport("lasso", EntryPoint="CSharp_Login_initIdpInitiatedAuthnRequest")]
 
2355
  public static extern int Login_initIdpInitiatedAuthnRequest(IntPtr jarg1, string jarg2);
 
2356
 
 
2357
  [DllImport("lasso", EntryPoint="CSharp_Login_mustAskForConsent")]
 
2358
  public static extern bool Login_mustAskForConsent(IntPtr jarg1);
637
2359
 
638
2360
  [DllImport("lasso", EntryPoint="CSharp_Login_mustAuthenticate")]
639
2361
  public static extern bool Login_mustAuthenticate(IntPtr jarg1);
640
2362
 
 
2363
  [DllImport("lasso", EntryPoint="CSharp_Login_processAuthnRequestMsg")]
 
2364
  public static extern int Login_processAuthnRequestMsg(IntPtr jarg1, string jarg2);
 
2365
 
641
2366
  [DllImport("lasso", EntryPoint="CSharp_Login_processAuthnResponseMsg")]
642
 
  public static extern void Login_processAuthnResponseMsg(IntPtr jarg1, string jarg2);
 
2367
  public static extern int Login_processAuthnResponseMsg(IntPtr jarg1, string jarg2);
643
2368
 
644
2369
  [DllImport("lasso", EntryPoint="CSharp_Login_processRequestMsg")]
645
 
  public static extern void Login_processRequestMsg(IntPtr jarg1, string jarg2);
 
2370
  public static extern int Login_processRequestMsg(IntPtr jarg1, string jarg2);
646
2371
 
647
2372
  [DllImport("lasso", EntryPoint="CSharp_Login_processResponseMsg")]
648
 
  public static extern void Login_processResponseMsg(IntPtr jarg1, string jarg2);
 
2373
  public static extern int Login_processResponseMsg(IntPtr jarg1, string jarg2);
 
2374
 
 
2375
  [DllImport("lasso", EntryPoint="CSharp_Login_setResourceId")]
 
2376
  public static extern int Login_setResourceId(IntPtr jarg1, string jarg2);
 
2377
 
 
2378
  [DllImport("lasso", EntryPoint="CSharp_Login_validateRequestMsg")]
 
2379
  public static extern int Login_validateRequestMsg(IntPtr jarg1, bool jarg2, bool jarg3);
649
2380
 
650
2381
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_identity")]
651
2382
  public static extern void set_Logout_identity(IntPtr jarg1, IntPtr jarg2);
668
2399
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_msgUrl")]
669
2400
  public static extern string get_Logout_msgUrl(IntPtr jarg1);
670
2401
 
 
2402
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_nameIdentifier")]
 
2403
  public static extern void set_Logout_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2404
 
671
2405
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_nameIdentifier")]
672
 
  public static extern string get_Logout_nameIdentifier(IntPtr jarg1);
 
2406
  public static extern IntPtr get_Logout_nameIdentifier(IntPtr jarg1);
673
2407
 
674
2408
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_remoteProviderId")]
675
2409
  public static extern void set_Logout_remoteProviderId(IntPtr jarg1, string jarg2);
677
2411
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_remoteProviderId")]
678
2412
  public static extern string get_Logout_remoteProviderId(IntPtr jarg1);
679
2413
 
 
2414
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_request")]
 
2415
  public static extern void set_Logout_request(IntPtr jarg1, IntPtr jarg2);
 
2416
 
680
2417
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_request")]
681
2418
  public static extern IntPtr get_Logout_request(IntPtr jarg1);
682
2419
 
 
2420
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_response")]
 
2421
  public static extern void set_Logout_response(IntPtr jarg1, IntPtr jarg2);
 
2422
 
683
2423
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_response")]
684
2424
  public static extern IntPtr get_Logout_response(IntPtr jarg1);
685
2425
 
686
 
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_responseStatus")]
687
 
  public static extern void set_Logout_responseStatus(IntPtr jarg1, string jarg2);
 
2426
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_server")]
 
2427
  public static extern void set_Logout_server(IntPtr jarg1, IntPtr jarg2);
688
2428
 
689
 
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_responseStatus")]
690
 
  public static extern string get_Logout_responseStatus(IntPtr jarg1);
 
2429
  [DllImport("lasso", EntryPoint="CSharp_get_Logout_server")]
 
2430
  public static extern IntPtr get_Logout_server(IntPtr jarg1);
691
2431
 
692
2432
  [DllImport("lasso", EntryPoint="CSharp_set_Logout_session")]
693
2433
  public static extern void set_Logout_session(IntPtr jarg1, IntPtr jarg2);
696
2436
  public static extern IntPtr get_Logout_session(IntPtr jarg1);
697
2437
 
698
2438
  [DllImport("lasso", EntryPoint="CSharp_new_Logout")]
699
 
  public static extern IntPtr new_Logout(IntPtr jarg1, int jarg2);
 
2439
  public static extern IntPtr new_Logout(IntPtr jarg1);
700
2440
 
701
2441
  [DllImport("lasso", EntryPoint="CSharp_delete_Logout")]
702
2442
  public static extern void delete_Logout(IntPtr jarg1);
705
2445
  public static extern IntPtr Logout_newFromDump(IntPtr jarg1, string jarg2);
706
2446
 
707
2447
  [DllImport("lasso", EntryPoint="CSharp_Logout_setIdentityFromDump")]
708
 
  public static extern void Logout_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2448
  public static extern int Logout_setIdentityFromDump(IntPtr jarg1, string jarg2);
709
2449
 
710
2450
  [DllImport("lasso", EntryPoint="CSharp_Logout_setSessionFromDump")]
711
 
  public static extern void Logout_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2451
  public static extern int Logout_setSessionFromDump(IntPtr jarg1, string jarg2);
712
2452
 
713
2453
  [DllImport("lasso", EntryPoint="CSharp_Logout_buildRequestMsg")]
714
 
  public static extern void Logout_buildRequestMsg(IntPtr jarg1);
 
2454
  public static extern int Logout_buildRequestMsg(IntPtr jarg1);
715
2455
 
716
2456
  [DllImport("lasso", EntryPoint="CSharp_Logout_buildResponseMsg")]
717
 
  public static extern void Logout_buildResponseMsg(IntPtr jarg1);
 
2457
  public static extern int Logout_buildResponseMsg(IntPtr jarg1);
718
2458
 
719
2459
  [DllImport("lasso", EntryPoint="CSharp_Logout_dump")]
720
2460
  public static extern string Logout_dump(IntPtr jarg1);
723
2463
  public static extern string Logout_getNextProviderId(IntPtr jarg1);
724
2464
 
725
2465
  [DllImport("lasso", EntryPoint="CSharp_Logout_initRequest")]
726
 
  public static extern void Logout_initRequest(IntPtr jarg1, string jarg2, int jarg3);
 
2466
  public static extern int Logout_initRequest(IntPtr jarg1, string jarg2, int jarg3);
727
2467
 
728
2468
  [DllImport("lasso", EntryPoint="CSharp_Logout_processRequestMsg")]
729
 
  public static extern void Logout_processRequestMsg(IntPtr jarg1, string jarg2, int jarg3);
 
2469
  public static extern int Logout_processRequestMsg(IntPtr jarg1, string jarg2);
730
2470
 
731
2471
  [DllImport("lasso", EntryPoint="CSharp_Logout_processResponseMsg")]
732
 
  public static extern void Logout_processResponseMsg(IntPtr jarg1, string jarg2, int jarg3);
 
2472
  public static extern int Logout_processResponseMsg(IntPtr jarg1, string jarg2);
733
2473
 
734
2474
  [DllImport("lasso", EntryPoint="CSharp_Logout_resetProviderIdIndex")]
735
 
  public static extern void Logout_resetProviderIdIndex(IntPtr jarg1);
 
2475
  public static extern int Logout_resetProviderIdIndex(IntPtr jarg1);
736
2476
 
737
2477
  [DllImport("lasso", EntryPoint="CSharp_Logout_validateRequest")]
738
 
  public static extern void Logout_validateRequest(IntPtr jarg1);
739
 
 
740
 
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_authnRequest")]
741
 
  public static extern IntPtr get_Lecp_authnRequest(IntPtr jarg1);
742
 
 
743
 
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_authnResponse")]
744
 
  public static extern IntPtr get_Lecp_authnResponse(IntPtr jarg1);
 
2478
  public static extern int Logout_validateRequest(IntPtr jarg1);
745
2479
 
746
2480
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_identity")]
747
2481
  public static extern void set_Lecp_identity(IntPtr jarg1, IntPtr jarg2);
764
2498
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_msgUrl")]
765
2499
  public static extern string get_Lecp_msgUrl(IntPtr jarg1);
766
2500
 
 
2501
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_nameIdentifier")]
 
2502
  public static extern void set_Lecp_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2503
 
767
2504
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_nameIdentifier")]
768
 
  public static extern string get_Lecp_nameIdentifier(IntPtr jarg1);
 
2505
  public static extern IntPtr get_Lecp_nameIdentifier(IntPtr jarg1);
769
2506
 
770
2507
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_remoteProviderId")]
771
2508
  public static extern void set_Lecp_remoteProviderId(IntPtr jarg1, string jarg2);
773
2510
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_remoteProviderId")]
774
2511
  public static extern string get_Lecp_remoteProviderId(IntPtr jarg1);
775
2512
 
 
2513
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_request")]
 
2514
  public static extern void set_Lecp_request(IntPtr jarg1, IntPtr jarg2);
 
2515
 
776
2516
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_request")]
777
2517
  public static extern IntPtr get_Lecp_request(IntPtr jarg1);
778
2518
 
 
2519
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_response")]
 
2520
  public static extern void set_Lecp_response(IntPtr jarg1, IntPtr jarg2);
 
2521
 
779
2522
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_response")]
780
2523
  public static extern IntPtr get_Lecp_response(IntPtr jarg1);
781
2524
 
782
 
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_responseStatus")]
783
 
  public static extern void set_Lecp_responseStatus(IntPtr jarg1, string jarg2);
 
2525
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_server")]
 
2526
  public static extern void set_Lecp_server(IntPtr jarg1, IntPtr jarg2);
784
2527
 
785
 
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_responseStatus")]
786
 
  public static extern string get_Lecp_responseStatus(IntPtr jarg1);
 
2528
  [DllImport("lasso", EntryPoint="CSharp_get_Lecp_server")]
 
2529
  public static extern IntPtr get_Lecp_server(IntPtr jarg1);
787
2530
 
788
2531
  [DllImport("lasso", EntryPoint="CSharp_set_Lecp_session")]
789
2532
  public static extern void set_Lecp_session(IntPtr jarg1, IntPtr jarg2);
798
2541
  public static extern void delete_Lecp(IntPtr jarg1);
799
2542
 
800
2543
  [DllImport("lasso", EntryPoint="CSharp_Lecp_setIdentityFromDump")]
801
 
  public static extern void Lecp_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2544
  public static extern int Lecp_setIdentityFromDump(IntPtr jarg1, string jarg2);
802
2545
 
803
2546
  [DllImport("lasso", EntryPoint="CSharp_Lecp_setSessionFromDump")]
804
 
  public static extern void Lecp_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2547
  public static extern int Lecp_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2548
 
 
2549
  [DllImport("lasso", EntryPoint="CSharp_Lecp_buildAssertion")]
 
2550
  public static extern int Lecp_buildAssertion(IntPtr jarg1, string jarg2, string jarg3, string jarg4, string jarg5, string jarg6);
 
2551
 
 
2552
  [DllImport("lasso", EntryPoint="CSharp_Lecp_setResourceId")]
 
2553
  public static extern int Lecp_setResourceId(IntPtr jarg1, string jarg2);
 
2554
 
 
2555
  [DllImport("lasso", EntryPoint="CSharp_Lecp_validateRequestMsg")]
 
2556
  public static extern int Lecp_validateRequestMsg(IntPtr jarg1, bool jarg2, bool jarg3);
805
2557
 
806
2558
  [DllImport("lasso", EntryPoint="CSharp_Lecp_buildAuthnRequestEnvelopeMsg")]
807
 
  public static extern void Lecp_buildAuthnRequestEnvelopeMsg(IntPtr jarg1);
 
2559
  public static extern int Lecp_buildAuthnRequestEnvelopeMsg(IntPtr jarg1);
808
2560
 
809
2561
  [DllImport("lasso", EntryPoint="CSharp_Lecp_buildAuthnRequestMsg")]
810
 
  public static extern void Lecp_buildAuthnRequestMsg(IntPtr jarg1, string jarg2);
 
2562
  public static extern int Lecp_buildAuthnRequestMsg(IntPtr jarg1);
811
2563
 
812
2564
  [DllImport("lasso", EntryPoint="CSharp_Lecp_buildAuthnResponseEnvelopeMsg")]
813
 
  public static extern void Lecp_buildAuthnResponseEnvelopeMsg(IntPtr jarg1, int jarg2, string jarg3, string jarg4);
 
2565
  public static extern int Lecp_buildAuthnResponseEnvelopeMsg(IntPtr jarg1);
814
2566
 
815
2567
  [DllImport("lasso", EntryPoint="CSharp_Lecp_buildAuthnResponseMsg")]
816
 
  public static extern void Lecp_buildAuthnResponseMsg(IntPtr jarg1);
 
2568
  public static extern int Lecp_buildAuthnResponseMsg(IntPtr jarg1);
817
2569
 
818
2570
  [DllImport("lasso", EntryPoint="CSharp_Lecp_initAuthnRequest")]
819
 
  public static extern void Lecp_initAuthnRequest(IntPtr jarg1);
820
 
 
821
 
  [DllImport("lasso", EntryPoint="CSharp_Lecp_initFromAuthnRequestMsg")]
822
 
  public static extern void Lecp_initFromAuthnRequestMsg(IntPtr jarg1, string jarg2, int jarg3);
 
2571
  public static extern int Lecp_initAuthnRequest(IntPtr jarg1, string jarg2);
823
2572
 
824
2573
  [DllImport("lasso", EntryPoint="CSharp_Lecp_processAuthnRequestEnvelopeMsg")]
825
 
  public static extern void Lecp_processAuthnRequestEnvelopeMsg(IntPtr jarg1, string jarg2);
 
2574
  public static extern int Lecp_processAuthnRequestEnvelopeMsg(IntPtr jarg1, string jarg2);
 
2575
 
 
2576
  [DllImport("lasso", EntryPoint="CSharp_Lecp_processAuthnRequestMsg")]
 
2577
  public static extern int Lecp_processAuthnRequestMsg(IntPtr jarg1, string jarg2);
826
2578
 
827
2579
  [DllImport("lasso", EntryPoint="CSharp_Lecp_processAuthnResponseEnvelopeMsg")]
828
 
  public static extern void Lecp_processAuthnResponseEnvelopeMsg(IntPtr jarg1, string jarg2);
 
2580
  public static extern int Lecp_processAuthnResponseEnvelopeMsg(IntPtr jarg1, string jarg2);
 
2581
 
 
2582
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_targetNameIdentifier")]
 
2583
  public static extern string get_NameIdentifierMapping_targetNameIdentifier(IntPtr jarg1);
 
2584
 
 
2585
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_identity")]
 
2586
  public static extern void set_NameIdentifierMapping_identity(IntPtr jarg1, IntPtr jarg2);
 
2587
 
 
2588
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_identity")]
 
2589
  public static extern IntPtr get_NameIdentifierMapping_identity(IntPtr jarg1);
 
2590
 
 
2591
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_isIdentityDirty")]
 
2592
  public static extern bool get_NameIdentifierMapping_isIdentityDirty(IntPtr jarg1);
 
2593
 
 
2594
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_isSessionDirty")]
 
2595
  public static extern bool get_NameIdentifierMapping_isSessionDirty(IntPtr jarg1);
 
2596
 
 
2597
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_msgBody")]
 
2598
  public static extern string get_NameIdentifierMapping_msgBody(IntPtr jarg1);
 
2599
 
 
2600
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_msgUrl")]
 
2601
  public static extern string get_NameIdentifierMapping_msgUrl(IntPtr jarg1);
 
2602
 
 
2603
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_nameIdentifier")]
 
2604
  public static extern void set_NameIdentifierMapping_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2605
 
 
2606
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_nameIdentifier")]
 
2607
  public static extern IntPtr get_NameIdentifierMapping_nameIdentifier(IntPtr jarg1);
 
2608
 
 
2609
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_remoteProviderId")]
 
2610
  public static extern void set_NameIdentifierMapping_remoteProviderId(IntPtr jarg1, string jarg2);
 
2611
 
 
2612
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_remoteProviderId")]
 
2613
  public static extern string get_NameIdentifierMapping_remoteProviderId(IntPtr jarg1);
 
2614
 
 
2615
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_request")]
 
2616
  public static extern void set_NameIdentifierMapping_request(IntPtr jarg1, IntPtr jarg2);
 
2617
 
 
2618
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_request")]
 
2619
  public static extern IntPtr get_NameIdentifierMapping_request(IntPtr jarg1);
 
2620
 
 
2621
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_response")]
 
2622
  public static extern void set_NameIdentifierMapping_response(IntPtr jarg1, IntPtr jarg2);
 
2623
 
 
2624
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_response")]
 
2625
  public static extern IntPtr get_NameIdentifierMapping_response(IntPtr jarg1);
 
2626
 
 
2627
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_server")]
 
2628
  public static extern void set_NameIdentifierMapping_server(IntPtr jarg1, IntPtr jarg2);
 
2629
 
 
2630
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_server")]
 
2631
  public static extern IntPtr get_NameIdentifierMapping_server(IntPtr jarg1);
 
2632
 
 
2633
  [DllImport("lasso", EntryPoint="CSharp_set_NameIdentifierMapping_session")]
 
2634
  public static extern void set_NameIdentifierMapping_session(IntPtr jarg1, IntPtr jarg2);
 
2635
 
 
2636
  [DllImport("lasso", EntryPoint="CSharp_get_NameIdentifierMapping_session")]
 
2637
  public static extern IntPtr get_NameIdentifierMapping_session(IntPtr jarg1);
 
2638
 
 
2639
  [DllImport("lasso", EntryPoint="CSharp_new_NameIdentifierMapping")]
 
2640
  public static extern IntPtr new_NameIdentifierMapping(IntPtr jarg1);
 
2641
 
 
2642
  [DllImport("lasso", EntryPoint="CSharp_delete_NameIdentifierMapping")]
 
2643
  public static extern void delete_NameIdentifierMapping(IntPtr jarg1);
 
2644
 
 
2645
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_setIdentityFromDump")]
 
2646
  public static extern int NameIdentifierMapping_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2647
 
 
2648
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_setSessionFromDump")]
 
2649
  public static extern int NameIdentifierMapping_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2650
 
 
2651
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_buildRequestMsg")]
 
2652
  public static extern int NameIdentifierMapping_buildRequestMsg(IntPtr jarg1);
 
2653
 
 
2654
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_buildResponseMsg")]
 
2655
  public static extern int NameIdentifierMapping_buildResponseMsg(IntPtr jarg1);
 
2656
 
 
2657
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_initRequest")]
 
2658
  public static extern int NameIdentifierMapping_initRequest(IntPtr jarg1, string jarg2, string jarg3);
 
2659
 
 
2660
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_processRequestMsg")]
 
2661
  public static extern int NameIdentifierMapping_processRequestMsg(IntPtr jarg1, string jarg2);
 
2662
 
 
2663
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_processResponseMsg")]
 
2664
  public static extern int NameIdentifierMapping_processResponseMsg(IntPtr jarg1, string jarg2);
 
2665
 
 
2666
  [DllImport("lasso", EntryPoint="CSharp_NameIdentifierMapping_validateRequest")]
 
2667
  public static extern int NameIdentifierMapping_validateRequest(IntPtr jarg1);
 
2668
 
 
2669
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_identity")]
 
2670
  public static extern void set_NameRegistration_identity(IntPtr jarg1, IntPtr jarg2);
 
2671
 
 
2672
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_identity")]
 
2673
  public static extern IntPtr get_NameRegistration_identity(IntPtr jarg1);
 
2674
 
 
2675
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_isIdentityDirty")]
 
2676
  public static extern bool get_NameRegistration_isIdentityDirty(IntPtr jarg1);
 
2677
 
 
2678
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_isSessionDirty")]
 
2679
  public static extern bool get_NameRegistration_isSessionDirty(IntPtr jarg1);
 
2680
 
 
2681
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_msgBody")]
 
2682
  public static extern string get_NameRegistration_msgBody(IntPtr jarg1);
 
2683
 
 
2684
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_msgRelayState")]
 
2685
  public static extern string get_NameRegistration_msgRelayState(IntPtr jarg1);
 
2686
 
 
2687
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_msgUrl")]
 
2688
  public static extern string get_NameRegistration_msgUrl(IntPtr jarg1);
 
2689
 
 
2690
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_nameIdentifier")]
 
2691
  public static extern void set_NameRegistration_nameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2692
 
 
2693
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_nameIdentifier")]
 
2694
  public static extern IntPtr get_NameRegistration_nameIdentifier(IntPtr jarg1);
 
2695
 
 
2696
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_remoteProviderId")]
 
2697
  public static extern void set_NameRegistration_remoteProviderId(IntPtr jarg1, string jarg2);
 
2698
 
 
2699
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_remoteProviderId")]
 
2700
  public static extern string get_NameRegistration_remoteProviderId(IntPtr jarg1);
 
2701
 
 
2702
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_request")]
 
2703
  public static extern void set_NameRegistration_request(IntPtr jarg1, IntPtr jarg2);
 
2704
 
 
2705
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_request")]
 
2706
  public static extern IntPtr get_NameRegistration_request(IntPtr jarg1);
 
2707
 
 
2708
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_response")]
 
2709
  public static extern void set_NameRegistration_response(IntPtr jarg1, IntPtr jarg2);
 
2710
 
 
2711
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_response")]
 
2712
  public static extern IntPtr get_NameRegistration_response(IntPtr jarg1);
 
2713
 
 
2714
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_server")]
 
2715
  public static extern void set_NameRegistration_server(IntPtr jarg1, IntPtr jarg2);
 
2716
 
 
2717
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_server")]
 
2718
  public static extern IntPtr get_NameRegistration_server(IntPtr jarg1);
 
2719
 
 
2720
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_session")]
 
2721
  public static extern void set_NameRegistration_session(IntPtr jarg1, IntPtr jarg2);
 
2722
 
 
2723
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_session")]
 
2724
  public static extern IntPtr get_NameRegistration_session(IntPtr jarg1);
 
2725
 
 
2726
  [DllImport("lasso", EntryPoint="CSharp_set_NameRegistration_oldNameIdentifier")]
 
2727
  public static extern void set_NameRegistration_oldNameIdentifier(IntPtr jarg1, IntPtr jarg2);
 
2728
 
 
2729
  [DllImport("lasso", EntryPoint="CSharp_get_NameRegistration_oldNameIdentifier")]
 
2730
  public static extern IntPtr get_NameRegistration_oldNameIdentifier(IntPtr jarg1);
 
2731
 
 
2732
  [DllImport("lasso", EntryPoint="CSharp_new_NameRegistration")]
 
2733
  public static extern IntPtr new_NameRegistration(IntPtr jarg1);
 
2734
 
 
2735
  [DllImport("lasso", EntryPoint="CSharp_delete_NameRegistration")]
 
2736
  public static extern void delete_NameRegistration(IntPtr jarg1);
 
2737
 
 
2738
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_newFromDump")]
 
2739
  public static extern IntPtr NameRegistration_newFromDump(IntPtr jarg1, string jarg2);
 
2740
 
 
2741
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_setIdentityFromDump")]
 
2742
  public static extern int NameRegistration_setIdentityFromDump(IntPtr jarg1, string jarg2);
 
2743
 
 
2744
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_setSessionFromDump")]
 
2745
  public static extern int NameRegistration_setSessionFromDump(IntPtr jarg1, string jarg2);
 
2746
 
 
2747
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_buildRequestMsg")]
 
2748
  public static extern int NameRegistration_buildRequestMsg(IntPtr jarg1);
 
2749
 
 
2750
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_buildResponseMsg")]
 
2751
  public static extern int NameRegistration_buildResponseMsg(IntPtr jarg1);
 
2752
 
 
2753
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_dump")]
 
2754
  public static extern string NameRegistration_dump(IntPtr jarg1);
 
2755
 
 
2756
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_initRequest")]
 
2757
  public static extern int NameRegistration_initRequest(IntPtr jarg1, string jarg2, int jarg3);
 
2758
 
 
2759
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_processRequestMsg")]
 
2760
  public static extern int NameRegistration_processRequestMsg(IntPtr jarg1, string jarg2);
 
2761
 
 
2762
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_processResponseMsg")]
 
2763
  public static extern int NameRegistration_processResponseMsg(IntPtr jarg1, string jarg2);
 
2764
 
 
2765
  [DllImport("lasso", EntryPoint="CSharp_NameRegistration_validateRequest")]
 
2766
  public static extern int NameRegistration_validateRequest(IntPtr jarg1);
 
2767
}
 
2768
 
829
2769
}