saml:KeyInfoConfirmationDataType

Complex Type Information

Model

Children: ds:KeyInfo

Attributes

QName Type Fixed Default Use Inheritable Annotation
Address string optional
InResponseTo NCName optional
NotBefore dateTime optional
NotOnOrAfter dateTime optional
Recipient anyURI optional

Source

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