Home | Documentation |
saml2__SubjectConfirmationDataType Struct Reference
updated Thu Apr 15 2021 by Robert van Engelen
|
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of type xs:anyType. More...
#include <saml2.h>
Public Attributes | |
xsd__dateTime * | NotBefore |
xsd__dateTime * | NotOnOrAfter |
Attribute "NotOnOrAfter" of type xs:dateTime. More... | |
char * | Recipient |
Attribute "Recipient" of type xs:anyURI. More... | |
char * | InResponseTo |
Attribute "InResponseTo" of type xs:NCName. More... | |
char * | Address |
Attribute "Address" of type xs:string. More... | |
_XML | __mixed |
Store mixed content as an xsd:any (an XML string by default). More... | |
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of type xs:anyType.
This type is restricted by:
_XML saml2__SubjectConfirmationDataType::__mixed |
Store mixed content as an xsd:any (an XML string by default).
<anyAttribute namespace="##other">.
char* saml2__SubjectConfirmationDataType::Address |
Attribute "Address" of type xs:string.
Optional attribute.
char* saml2__SubjectConfirmationDataType::InResponseTo |
Attribute "InResponseTo" of type xs:NCName.
Optional attribute.
xsd__dateTime* saml2__SubjectConfirmationDataType::NotBefore |
<any namespace="##any" minoccurs="0" maxoccurs="unbounded">
xsd__dateTime* saml2__SubjectConfirmationDataType::NotOnOrAfter |
Attribute "NotOnOrAfter" of type xs:dateTime.
Optional attribute.
char* saml2__SubjectConfirmationDataType::Recipient |
Attribute "Recipient" of type xs:anyURI.
Optional attribute.