![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
#include <lasso/lasso.h> LassoSaml2ProxyRestriction; LassoNode* lasso_saml2_proxy_restriction_new (void);
Figure 56. Schema fragment for saml2:ProxyRestriction
<complexType name="ProxyRestrictionType"> <complexContent> <extension base="saml:ConditionAbstractType"> <sequence> <element ref="saml:Audience" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="Count" type="nonNegativeInteger" use="optional"/> </extension> </complexContent> </complexType>
typedef struct { LassoSaml2ConditionAbstract parent; /* elements */ char *Audience; /* attributes */ char *Count; } LassoSaml2ProxyRestriction;
LassoNode* lasso_saml2_proxy_restriction_new (void);
Creates a new LassoSaml2ProxyRestriction object.
Returns : | a newly created LassoSaml2ProxyRestriction object |