![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Figure 60. 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>
struct LassoSaml2ProxyRestriction { LassoSaml2ConditionAbstract parent; /* elements */ char *Audience; /* attributes */ char *Count; };
LassoNode * lasso_saml2_proxy_restriction_new (void
);
Creates a new LassoSaml2ProxyRestriction object.
Returns : |
a newly created LassoSaml2ProxyRestriction object |