samuel 0.1.2

Rust library for SAML 2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- From https://www.w3.org/TR/xmlenc-core1-testcases/ -->
<?xml version="1.0" encoding="UTF-8"?>
<PurchaseOrder xmlns="urn:example:po">
  <Items>
    <Item Code="001-001-001" Quantity="1"> spade </Item>
    <Item Code="001-001-002" Quantity="1"> shovel </Item>
  </Items>
  <ShippingAddress> Dig PLC, 1 First Ave, Dublin 1, Ireland </ShippingAddress>
  <PaymentInfo>
    <BillingAddress> Dig PLC, 1 First Ave, Dublin 1, Ireland </BillingAddress>
    <CreditCard Type="Amex">
      <Name>Foo B Baz</Name>
      <Number>1234 567890 12345</Number>
      <Expires Month="1" Year="2005"/>
    </CreditCard>
  </PaymentInfo>
</PurchaseOrder>