LassoSaml2KeyInfoConfirmationData

LassoSaml2KeyInfoConfirmationData — <saml2:KeyInfoConfirmationData>

Synopsis


#include <lasso/lasso.h>

                    LassoSaml2KeyInfoConfirmationData;
LassoNode*          lasso_saml2_key_info_confirmation_data_new
                                                        (void);

Description

Figure 53. Schema fragment for saml2:KeyInfoConfirmationData


<complexType name="KeyInfoConfirmationDataType" mixed="false">
  <complexContent>
    <restriction base="saml:SubjectConfirmationDataType">
      <sequence>
        <element ref="ds:KeyInfo" maxOccurs="unbounded"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>


Details

LassoSaml2KeyInfoConfirmationData

typedef struct {
	LassoNode parent;

	/* elements */
	/* XXX */ void *KeyInfo;
} LassoSaml2KeyInfoConfirmationData;


lasso_saml2_key_info_confirmation_data_new ()

LassoNode*          lasso_saml2_key_info_confirmation_data_new
                                                        (void);

Creates a new LassoSaml2KeyInfoConfirmationData object.

Returns : a newly created LassoSaml2KeyInfoConfirmationData object