![]() |
Home | Documentation |
saml2__SubjectConfirmationDataType Struct Reference
updated Sat Jun 9 2018 by Robert van Engelen
|
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of XSD type xs:anyType. More...
#include <saml2.h>
Public Attributes | |
time_t * | NotBefore |
time_t * | NotOnOrAfter |
Attribute "NotOnOrAfter" of XSD type xs:dateTime. More... | |
char * | Recipient |
Attribute "Recipient" of XSD type xs:anyURI. More... | |
char * | InResponseTo |
Attribute "InResponseTo" of XSD type xs:NCName. More... | |
char * | Address |
Attribute "Address" of XSD type xs:string. More... | |
_XML | __mixed |
Catch mixed content in XML string. More... | |
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of XSD type xs:anyType.
struct saml2__SubjectConfirmationDataType operations:
_XML saml2__SubjectConfirmationDataType::__mixed |
Catch mixed content in XML string.
<anyAttribute namespace="##other">.
Schema extensibility is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -x to remove this attribute. Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute).
This mixed content complexType is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element).
char* saml2__SubjectConfirmationDataType::Address |
Attribute "Address" of XSD type xs:string.
Optional attribute.
char* saml2__SubjectConfirmationDataType::InResponseTo |
Attribute "InResponseTo" of XSD type xs:NCName.
Optional attribute.
time_t* saml2__SubjectConfirmationDataType::NotBefore |
<any namespace="##any" minoccurs="0" maxoccurs="unbounded">
Schema extensibility is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -x to remove this element. Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element): wsdl2h maps xsd:any to xsd__anyType, use typemap.dat to remap. Attribute "NotBefore" of XSD type xs:dateTime.
Optional attribute.
time_t* saml2__SubjectConfirmationDataType::NotOnOrAfter |
Attribute "NotOnOrAfter" of XSD type xs:dateTime.
Optional attribute.
char* saml2__SubjectConfirmationDataType::Recipient |
Attribute "Recipient" of XSD type xs:anyURI.
Optional attribute.