Example #1
0
 public XElement Serialize()
 {
     return(new XElement(Constants.XMLNamespaces.SAML + "Conditions",
                         new XAttribute("NotBefore", NotBefore.ToUTCString()),
                         new XAttribute("NotOnOrAfter", NotOnOrAfter.ToUTCString())));
 }